ci: bump pnpm/action-setup from 5.0.0 to 6.0.8 - #375
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
|
Contributor
|
Deploy preview for team-scope-test ready!
Deployed with vercel-action |
Contributor
|
Deploy preview for zeit-now-deployment-action-example-angular ready!
Deployed with vercel-action |
There was a problem hiding this comment.
No issues found across 4 files
Architecture diagram
sequenceDiagram
participant GHA as GitHub Actions Runner
participant Setup as pnpm/action-setup@v6.0.8
participant PNPM as pnpm CLI (10.15.0)
participant Cache as Action Cache
participant Build as Build Steps
Note over GHA,Build: NEW: Updated pnpm/action-setup v5.0.0 → v6.0.8
GHA->>GHA: Trigger CI / check-dist / example workflows
GHA->>Setup: uses: pnpm/action-setup@v6.0.8
Note over Setup: CHANGED: Action version (commit hash updated)
Setup->>Setup: CHANGED: read config (version: 10.15.0)
Setup->>Setup: NEW: self-update bootstrap to packageManager-pinned version
Setup->>PNPM: Install / bootstrap pnpm 10.15.0
alt Cache hit
Cache-->>PNPM: Restore cached store
else Cache miss
PNPM->>Cache: Store pnpm store in cache
end
Setup->>Setup: NEW: drop patchPnpmEnv (fixes Windows standalone+self-update)
Setup->>Setup: CHANGED: bin_dest points to self-updated pnpm, not bootstrap
Setup->>Setup: CHANGED: restore inputs from state in post step
Setup-->>GHA: pnpm ready (added to PATH)
GHA->>Build: Run install, lint, test, build
alt DevEngines check (NEW)
Setup->>Setup: honordevEngines.packageManager.onFail=error
alt onFail=error
Setup-->>GHA: Fail if mismatched pnpm version
end
end
opt Post-job cleanup
Setup->>Setup: CHANGED: restore inputs from state in post
end
Build-->>GHA: Results
GHA-->>GHA: Report status (pass/fail)
Requires human review: This is a major version bump (v5 to v6) for a CI dependency, which could introduce breaking changes in workflow behavior even though the blast radius is limited to CI.
Re-trigger cubic
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.0.0 to 6.0.8.
Release notes
Sourced from pnpm/action-setup's releases.
... (truncated)
Commits
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)f61705dchore: add CODEOWNERS7a5507bfix: restore inputs from state in post (#255)1155470fix: honor devEngines.packageManager.onFail=error (#252) (#254)91ab88efix: bin_dest output points to self-updated pnpm, not bootstrap (#249)e578e19fix: update pnpm to 11.0.48912a91fix: append (not prepend) action node dir to PATH for npm bootstrap (#241)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Update CI workflows to use
pnpm/action-setupv6.0.8 for improved stability and Windows support. This only updates GitHub Actions; jobs still install pnpm 10.15.0.Written for commit d2d8386. Summary will update on new commits. Review in cubic