Skip to content

ci: bump pnpm/action-setup from 5.0.0 to 6.0.3 - #357

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/pnpm/action-setup-6.0.3
Closed

ci: bump pnpm/action-setup from 5.0.0 to 6.0.3#357
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/pnpm/action-setup-6.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Bumps pnpm/action-setup from 5.0.0 to 6.0.3.

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.3

Updated pnpm to v11.0.0-rc.5

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

v6.0.2

What's Changed

New Contributors

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

v6.0.1

Update pnpm to v11.0.0-rc.2. pnpm-lock.yaml will not be saved with two documents unless the packageManager is set via devEngines.packageManager. Related issue: pnpm/action-setup#228

v6.0.0

Added support for pnpm v11.

Commits
  • 903f9c1 fix: update pnpm to 11.0.0-rc.5
  • bdf0af2 test: add strict version-match jobs to reproduce #225 / #227
  • 71c9247 fix: pnpm self-update binary shadowed by bootstrap on PATH (#230)
  • 078e9d4 fix: update pnpm to 11.0.0-rc.2
  • 08c4be7 docs(README): update action-setup version
  • 5798914 chore: update .gitignore
  • ddffd66 fix: remove accidentally committed file
  • b43f991 fix: update pnpm to 11.0.0-rc.0
  • 3852509 README.md: bring versions up-to-date (#222)
  • 6e7bdbd chore: bump bootstrap pnpm to 11.0.0-beta.4-1 and add update script
  • 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)

Summary by cubic

Update all workflows to use pnpm/action-setup v6.0.3 instead of v5.0.0, pinned to the v6.0.3 commit. This keeps CI current with upstream fixes and pnpm v11 support, while we continue installing pnpm 10.15.0 in jobs.

Written for commit a86fb09. Summary will update on new commits. Review in cubic

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

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: 6.0.3
  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 Apr 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Deploy preview for file ready!

Project:file
Status: ✅  Deploy successful!
Preview URL:https://team-scope-test-ob5nb6vom-dietfriends.vercel.app
Latest Commit:a86fb09
Inspect:View deployment

Deployed with vercel-action

@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown
Contributor

Deploy preview for express-basic-auth ready!

Project:express-basic-auth
Status: ✅  Deploy successful!
Preview URL:https://express-basic-auth-jtdch2ghz-minsu-lees-projects-b1e388b7.vercel.app
Latest Commit:a86fb09
Inspect:View deployment

Deployed with vercel-action

@github-actions

Copy link
Copy Markdown
Contributor

Deploy preview for static ready!

Project:static
Status: ✅  Deploy successful!
Preview URL:https://zeit-now-deployment-action-example-angular-q7fzzo4hb.vercel.app
Latest Commit:a86fb09
Alias:https://staging.static.vercel-action.amond.dev
Alias:https://pr-357.static.vercel-action.amond.dev
Inspect:View deployment

Deployed with vercel-action

@cubic-dev-ai cubic-dev-ai 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.

No issues found across 4 files

Auto-approved: Routine update of pnpm/action-setup in CI workflows. Low risk maintenance change that preserves existing pnpm version pinning.

Architecture diagram
sequenceDiagram
    participant GH as GitHub Runner
    participant Action as pnpm/action-setup (v6.0.3)
    participant FS as File System / PATH
    participant PNPM as pnpm Registry

    Note over GH, PNPM: CI Workflow Execution

    GH->>Action: Initialize with version 10.15.0
    
    Action->>PNPM: Resolve & download pnpm 10.15.0
    PNPM-->>Action: pnpm binaries

    Action->>Action: NEW: Support for pnpm v11 engines
    
    Action->>FS: Install pnpm binaries
    
    rect rgb(240, 240, 240)
        Note right of Action: Path Shadowing Fix (v6.0.2)
        Action->>FS: CHANGED: Update PATH to ensure bootstrap doesn't shadow self-update binary
    end

    Action-->>GH: Environment Ready
    
    GH->>GH: Execute 'pnpm install'
    GH->>GH: Execute 'pnpm test/build'
Loading

@dependabot @github

dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #368.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/pnpm/action-setup-6.0.3 branch May 4, 2026 23:32
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