Skip to content

chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.10 - #2635

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-6.0.10
Open

chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.10#2635
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-6.0.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps pnpm/action-setup from 5.0.0 to 6.0.10.

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.10

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6...v6.0.10

v6.0.9

What's Changed

Full Changelog: pnpm/action-setup@v6...v6.0.9

v6.0.8

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.7...v6.0.8

v6.0.7

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.6...v6.0.7

v6.0.6

What's Changed

Full Changelog: pnpm/action-setup@v6.0.5...v6.0.6

... (truncated)

Commits
  • 0977fd9 docs: Update README to include devEngines.packageManager (#273)
  • 48261ac fix: update pnpm to v11.19.0 (#283)
  • 75677f7 ci: use pnpm 11 for pr-check (#284)
  • 769ae71 refactor: introduce restore keys for cache (#280)
  • 6fed91f docs(README): point users to the successor pnpm/setup action (#282)
  • 0ebf471 fix: update pnpm to v11.7.0 (#267)
  • 0e279bb fix: update pnpm to 11.1.1 (#248)
  • 3e83581 fix: drop patchPnpmEnv so standalone+self-update works on Windows (#258)
  • 551b42e docs(README): fix cache_dependency_path type (#257)
  • 739bfe4 fix: self-update bootstrap to packageManager-pinned version (#233) (#256)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.10.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@fc06bc1...0977fd9)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: 6.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 10, 2026 18:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 10, 2026
@changeset-bot

changeset-bot Bot commented Aug 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: dd5fd0c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Aug 10, 2026

Copy link
Copy Markdown

Open in StackBlitz

@modelcontextprotocol/client

npm i https://pkg.pr.new/@modelcontextprotocol/client@2635

@modelcontextprotocol/codemod

npm i https://pkg.pr.new/@modelcontextprotocol/codemod@2635

@modelcontextprotocol/core

npm i https://pkg.pr.new/@modelcontextprotocol/core@2635

@modelcontextprotocol/server

npm i https://pkg.pr.new/@modelcontextprotocol/server@2635

@modelcontextprotocol/server-legacy

npm i https://pkg.pr.new/@modelcontextprotocol/server-legacy@2635

@modelcontextprotocol/express

npm i https://pkg.pr.new/@modelcontextprotocol/express@2635

@modelcontextprotocol/fastify

npm i https://pkg.pr.new/@modelcontextprotocol/fastify@2635

@modelcontextprotocol/hono

npm i https://pkg.pr.new/@modelcontextprotocol/hono@2635

@modelcontextprotocol/node

npm i https://pkg.pr.new/@modelcontextprotocol/node@2635

commit: dd5fd0c

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — mechanical Dependabot bump of pnpm/action-setup from v5.0.0 to v6.0.10, SHA-pinned.

What was reviewed:

  • Verified the pinned SHA 0977fd9... is the actual v6.0.10 head commit per the Dependabot commit list, and all 12 usages across the 7 workflows were updated consistently with no leftover v5 pins.
  • Checked the v5→v6 major-version impact: no workflow passes a version input, and the root package.json pins packageManager: pnpm@10.26.1, so v6 resolves the pnpm version from packageManager exactly as v5 did.
  • The run_install: false + setup-node pnpm-cache pattern used everywhere is unchanged and supported in v6.
Extended reasoning...

Overview

This PR is a Dependabot-generated bump of the pnpm/action-setup GitHub Action from v5.0.0 to v6.0.10 across all seven workflow files (conformance.yml, deploy-docs.yml, examples.yml, main.yml, publish.yml, release.yml, update-spec-types.yml). Every change is the identical one-line substitution of the pinned commit SHA plus its version comment; no inputs, permissions, or step ordering were touched.

Security risks

Low. The action remains pinned to a full commit SHA (supply-chain best practice), and I verified the new SHA 0977fd99725f1db4007ccb2928dbb4e90d06cc86 matches the v6.0.10 head commit listed in Dependabot's commit log, so the # v6.0.10 comment is accurate. The bump touches workflows with elevated permissions (release/publish with id-token: write), but the action's role there — installing pnpm before pnpm install — is unchanged, and per this repo's review conventions I did not assert toolchain failures without verification: the OIDC publish path still delegates to the system npm CLI, which this action does not affect.

Level of scrutiny

This is a CI configuration change with zero runtime/SDK code impact. The one thing warranting real scrutiny in a major-version action bump is behavioral drift: v6's notable change is stricter resolution of the pnpm version from packageManager/devEngines. No workflow here passes a version input, and the repo root package.json pins packageManager: pnpm@10.26.1, so v6 resolves the same pinned pnpm version v5 did. The run_install: false usage pattern is unchanged between majors.

Other factors

All 12 call sites across the 7 workflows now use the same SHA — no partial migration. The bug hunting system found no issues. CI on this PR itself exercises the bumped action in the main/test/examples/conformance workflows, so any resolution failure would surface immediately as a red check rather than latently. No changeset is needed for a workflows-only change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants