Skip to content

chore(deps): bump pnpm/action-setup from 4 to 6#41

Merged
jrphilo merged 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-6
May 13, 2026
Merged

chore(deps): bump pnpm/action-setup from 4 to 6#41
jrphilo merged 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps pnpm/action-setup from 4 to 6.

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.0

Added support for pnpm v11.

v5.0.0

Updated the action to use Node.js 24.

v4.4.0

Updated the action to use Node.js 24.

v4.3.0

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v4.2.0...v4.3.0

v4.2.0

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #179

v4.1.0

Add support for package.yaml #156.

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 1, 2026
@dependabot dependabot Bot requested a review from jrphilo as a code owner May 1, 2026 15:22
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 1, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
docs-preview 9c2d95e Commit Preview URL

Branch Preview URL
May 13 2026, 01:48 PM

@jrphilo
Copy link
Copy Markdown
Collaborator

jrphilo commented May 13, 2026

Ralphie verified this — ready to merge.

Verification

For a GitHub Actions uses: bump, the relevant verification is CI itself running on the new action version. Local pnpm install / pnpm build don't exercise pnpm/action-setup — it only runs inside GitHub Actions runners.

  • lint: ✓ (run)
  • build: ✓ (run)
  • check:links: ✓ (run)

Changelog highlights

  • v5.0.0: action's internal Node runtime bumped to Node.js 24 (action JS only — does not affect our project Node, which is pinned to 20 via actions/setup-node).
  • v6.0.0: added support for pnpm v11. Backward-compatible with pnpm 10.
  • (releases)

Investigation

Elevated scrutiny applied: multi-major bump (v4 → v6, skipping v5).

  • Ownership: same maintainer (pnpm/action-setup, official pnpm org) — no change.
  • Auth/secrets: none. Action takes no secret inputs in our workflow.
  • Security advisory: none referenced in v5 or v6 releases.
  • Deprecations: none we'd hit. Our workflow uses no inputs that were renamed/removed; pnpm version is resolved from packageManager: "pnpm@10.2.1" in package.json, which v6 still supports.
    • Verified by reading .github/workflows/ci.yml — all three jobs invoke pnpm/action-setup@v6 with no with: block, falling back to packageManager field resolution.
  • Breaking API: none affecting us. v5's Node-24 internal runtime is invisible to consumers; v6's pnpm-11 support is additive.

Recommendation

Safe to merge. CI is already exercising v6 successfully across all three jobs (lint/build/links). The action's only behavioral input for us is the packageManager field, which is unchanged and still in the supported range.

@jrphilo jrphilo added the ralphie:ready-to-merge Ralphie verified; maintainer to merge label May 13, 2026
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v4...v6)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: '6'
  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 branch from 25d156b to 9c2d95e Compare May 13, 2026 13:46
@jrphilo jrphilo merged commit b91eaac into main May 13, 2026
5 checks passed
@jrphilo jrphilo deleted the dependabot/github_actions/pnpm/action-setup-6 branch May 13, 2026 13:55
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 ralphie:ready-to-merge Ralphie verified; maintainer to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant