ci(deps): bump pnpm/action-setup from 5 to 6 - #34
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #34 +/- ##
=======================================
Coverage 90.75% 90.75%
=======================================
Files 1 1
Lines 119 119
Branches 30 30
=======================================
Hits 108 108
Misses 11 11 🚀 New features to boost your workflow:
|
dependabot
Bot
force-pushed
the
dependabot/github_actions/pnpm/action-setup-6
branch
2 times, most recently
from
September 1, 2026 09:08
731dcca to
170f7cd
Compare
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...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
Bot
force-pushed
the
dependabot/github_actions/pnpm/action-setup-6
branch
from
September 1, 2026 09:30
170f7cd to
c488a0f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pnpm/action-setup from 5 to 6.
Release notes
Sourced from pnpm/action-setup's releases.
Commits
0977fd9docs: Update README to include devEngines.packageManager (#273)48261acfix: update pnpm to v11.19.0 (#283)75677f7ci: use pnpm 11 forpr-check(#284)769ae71refactor: introduce restore keys for cache (#280)6fed91fdocs(README): point users to the successor pnpm/setup action (#282)0ebf471fix: update pnpm to v11.7.0 (#267)0e279bbfix: update pnpm to 11.1.1 (#248)3e83581fix: drop patchPnpmEnv so standalone+self-update works on Windows (#258)551b42edocs(README): fixcache_dependency_pathtype (#257)739bfe4fix: self-update bootstrap to packageManager-pinned version (#233) (#256)Note
Low Risk
CI-only dependency bump with no application or publish logic changes; aligns the setup action with the already-pinned pnpm 11 toolchain.
Overview
Updates every Setup pnpm step in GitHub Actions from
pnpm/action-setup@v5to v6 acrossci.yml,generate-and-publish.yml, andpublish-release.yml(lint, typecheck, codegen, test, build, test-deno, generate, and publish jobs).v6 adds support for pnpm v11, which matches the repo’s
packageManagerpin (pnpm@11.24.0). No workflow logic, Node versions, or install commands change—only the action version.Reviewed by Cursor Bugbot for commit c488a0f. Bugbot is set up for automated code reviews on this repo. Configure here.