Skip to content

chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.8#2123

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Bumps pnpm/action-setup from 5.0.0 to 6.0.8.

Release notes

Sourced from pnpm/action-setup's releases.

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

v6.0.5

What's Changed

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

v6.0.4

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.3...v6.0.4

v6.0.3

Updated pnpm to v11.0.0-rc.5

Full Changelog: pnpm/action-setup@v6.0.2...v6.0.3

... (truncated)

Commits
  • 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)
  • f61705d chore: add CODEOWNERS
  • 7a5507b fix: restore inputs from state in post (#255)
  • 1155470 fix: honor devEngines.packageManager.onFail=error (#252) (#254)
  • 91ab88e fix: bin_dest output points to self-updated pnpm, not bootstrap (#249)
  • e578e19 fix: update pnpm to 11.0.4
  • 8912a91 fix: append (not prepend) action node dir to PATH for npm bootstrap (#241)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 19, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 19, 2026 03:54
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label May 19, 2026
@changeset-bot

changeset-bot Bot commented May 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f11972e

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 May 19, 2026

Copy link
Copy Markdown

Open in StackBlitz

@modelcontextprotocol/client

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/client@2123

@modelcontextprotocol/codemod

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/codemod@2123

@modelcontextprotocol/server

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/server@2123

@modelcontextprotocol/server-legacy

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/server-legacy@2123

@modelcontextprotocol/express

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/express@2123

@modelcontextprotocol/fastify

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/fastify@2123

@modelcontextprotocol/hono

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/hono@2123

@modelcontextprotocol/node

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/node@2123

commit: f11972e

@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 SHA-pinned Dependabot bump of pnpm/action-setup v5.0.0 → v6.0.8 across all workflows; the repo's packageManager pin (pnpm@10.26.1) means the action's default-version change in v6 has no effect here.

Extended reasoning...

Overview

Dependabot PR replacing the pinned commit for pnpm/action-setup (v5.0.0 → v6.0.8) in all six .github/workflows/*.yml files. The change is a straight find-and-replace of the action SHA + version comment; no other workflow logic, inputs, or steps are altered. All sites keep run_install: false and rely on actions/setup-node for caching.

Security risks

The bump touches publish.yml and release.yml, which run with id-token: write for npm OIDC trusted publishing — so a malicious or compromised action update would be supply-chain relevant. Mitigations: the action remains SHA-pinned (0e279bb…), pnpm/action-setup is the official pnpm-org action, and the diff makes no permission or token changes. No new secrets or scopes are introduced.

Level of scrutiny

This is a CI dependency bump, not SDK code. The main behavioral concern with v5 → v6 is that v6 changed the default pnpm version (now pnpm 11) and introduced a self-update bootstrap. Neither matters here: package.json pins "packageManager": "pnpm@10.26.1", which the action honors (and v6.0.7+ specifically fixed self-update to the packageManager-pinned version). The release.yml comment about pnpm@10 delegating pnpm publish to the npm CLI remains accurate since the pinned pnpm version is unchanged.

Other factors

No bugs found by the bug-hunting system. CI itself (main.yml, conformance.yml) will exercise the new action version on this very PR, so any installation regression surfaces before merge. No changeset is needed for workflow-only changes (changeset-bot warning is expected). This fits squarely in the approvable mechanical-version-bump category.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/pnpm/action-setup-6.0.8 branch from 8c9ff6e to fd4a71a Compare May 21, 2026 13:15

@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 — routine Dependabot bump of pnpm/action-setup with intact SHA pins; pnpm version is still governed by the packageManager field in package.json.

Extended reasoning...

Overview

This PR is an automated Dependabot bump of pnpm/action-setup from v5.0.0 to v6.0.8 across six workflow files (conformance.yml, deploy-docs.yml, main.yml, publish.yml, release.yml, update-spec-types.yml). Every change is the identical mechanical replacement: updating the SHA pin from fc06bc1... to 0e279bb... and the version comment from # v5.0.0 to # v6.0.8.

Security risks

None introduced. The action remains SHA-pinned (not floated to a tag), and the new SHA corresponds to the v6.0.8 release per Dependabot's compare link. The repo's package.json pins packageManager: pnpm@10.26.1, so the actual pnpm version installed in CI is governed by that field rather than the action's bundled default — the v6 line specifically improved packageManager-pin honoring (pnpm/action-setup#233, #256), so the bootstrap change should be transparent here. The OIDC-publish guard in release.yml (forcing npm@11.5.1) is unchanged and unrelated to this action's behavior.

Level of scrutiny

Low. This is a CI-only change with no production code touched. The PR-triggered workflows (main.yml, conformance.yml, publish.yml pkg-pr-new) exercise the new action revision directly on this PR; the only paths not exercised pre-merge are release.yml/deploy-docs.yml, but those use the same install step pattern as the validated jobs.

Other factors

No bugs were found by the bug-hunting system. The PR has the dependencies and github_actions labels and a standard Dependabot description with full changelog. There are no outstanding reviewer comments.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/pnpm/action-setup-6.0.8 branch from fd4a71a to c0d3a8f Compare May 29, 2026 11:06

@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 — routine Dependabot bump of pnpm/action-setup to v6.0.8, SHA-pinned and applied consistently across all workflows.

Extended reasoning...

Overview

This PR is a Dependabot update bumping pnpm/action-setup from v5.0.0 to v6.0.8 in six workflow files (conformance.yml, deploy-docs.yml, main.yml, publish.yml, release.yml, update-spec-types.yml). Every usage is updated identically, the action remains pinned to a full commit SHA (0e279bb…, the v6.0.8 head commit per the upstream release), and the version comment matches the SHA. No workflow inputs change — all sites keep run_install: false and the existing actions/setup-node + pnpm cache setup.

Security risks

Minimal. The action stays SHA-pinned (no floating tag), preserving the repo's supply-chain hygiene. No new permissions, secrets, or tokens are introduced, and no workflow trigger or permission blocks change. The pnpm version actually installed is still governed by the packageManager: pnpm@10.26.1 field in package.json, which action-setup honors, so the v6 default-pnpm change does not alter the toolchain used in CI or the OIDC publish path in release.yml.

Level of scrutiny

Low — this is a mechanical CI dependency bump with no source-code changes, no public API impact, and no changeset needed (workflows aren't published packages). Per the repo's recurring-catches guidance, claims about third-party action behavior were checked against the upstream release notes in the PR description rather than asserted; nothing in the v5→v6 changelog affects how these workflows invoke the action (run_install: false, no version input).

Other factors

The build/test/conformance/publish-preview workflows run on this PR itself, so any incompatibility with the new action version would surface in CI before merge. The bug hunting system found no issues, and the only timeline activity is standard bot comments (changeset-bot, pkg-pr-new).

@dependabot dependabot Bot force-pushed the dependabot/github_actions/pnpm/action-setup-6.0.8 branch 2 times, most recently from 985ce45 to 9c1131b Compare June 1, 2026 14:49

@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 — straightforward Dependabot bump of pnpm/action-setup to v6.0.8, SHA-pinned consistently across all six workflows.

Extended reasoning...

Overview

This PR is an automated Dependabot bump of pnpm/action-setup from v5.0.0 to v6.0.8 across all six workflow files (conformance.yml, deploy-docs.yml, main.yml, publish.yml, release.yml, update-spec-types.yml). Every occurrence is updated identically, the action remains pinned to a full commit SHA (0e279bb…), and the inline version comment matches the pinned commit (head of the v6.0.8 release). No workflow logic, permissions, or inputs are changed.

Security risks

The change touches CI/publish workflows, but only swaps the pinned SHA of the official pnpm/action-setup action — SHA pinning is preserved, and no token scopes, permissions blocks, or publish steps are modified. The pnpm version actually used is still controlled by the repo's packageManager: pnpm@10.26.1 field in package.json, which the action honors when no version input is given, so the publish path's pnpm@10 → npm CLI OIDC behavior (documented in release.yml) is unaffected. v6's release notes are bug fixes around bootstrap/self-update and Windows standalone, none of which apply to these Linux runners with a pinned packageManager.

Level of scrutiny

This is a mechanical, workflow-only dependency bump with no source code changes and no behavior change for the SDK itself. Per the repo's CI review conventions, claims about action behavior were checked against the action's release notes rather than assumed. The main thing worth verifying — whether the major-version bump changes which pnpm gets installed — is settled by the packageManager pin.

Other factors

No changeset is needed (workflow-only change), and CI on this PR exercises the bumped action directly across build, test, conformance, and pkg-pr-new publish jobs, so any incompatibility would surface immediately in the PR's own checks.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/pnpm/action-setup-6.0.8 branch from 9c1131b to f11972e Compare June 8, 2026 17:34
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