Skip to content

chore(deps): bump pnpm/action-setup from 5 to 6.0.3#5874

Merged
rtibbles merged 1 commit intounstablefrom
dependabot/github_actions/pnpm/action-setup-6.0.3
May 1, 2026
Merged

chore(deps): bump pnpm/action-setup from 5 to 6.0.3#5874
rtibbles merged 1 commit intounstablefrom
dependabot/github_actions/pnpm/action-setup-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps pnpm/action-setup from 5 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)

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6.0.3.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v5...v6.0.3)

---
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 May 1, 2026
@rtibbles rtibbles requested a review from rtibblesbot May 1, 2026 00:35
Copy link
Copy Markdown
Contributor

@rtibblesbot rtibblesbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Straightforward GitHub Actions dependency bump — safe to merge.

Dependency Update Review

Package: pnpm/action-setup v5 → v6.0.3
Semver risk: Major
Dependency type: GitHub Actions CI tool (no production impact)
CI status: All 12 runs passing

Changelog Analysis

Sources consulted:

  • Release notes from PR body (v6.0.0–v6.0.3)
  • Commit list in PR body

Breaking changes: None affecting this project. v6 adds pnpm v11 support, but the project pins pnpm@10.33.0 via packageManager in package.json — the action reads this field and installs the pinned version, not pnpm v11.

Notable changes:

  • v6.0.0: Added support for pnpm v11
  • v6.0.1: pnpm-lock.yaml two-document format only used when devEngines.packageManager is set (irrelevant here — project uses packageManager directly and devEngines is empty)
  • v6.0.2: Fixed pnpm self-update binary being shadowed by bootstrap on PATH
  • v6.0.3: Updated bundled pnpm to v11.0.0-rc.5

Security fixes: None noted.

Compatibility Assessment

  • Project uses affected APIs: No — no version input or action outputs referenced in workflows
  • Peer dependency changes: No
  • Code changes required: No
  • Prior failed attempts: None (no maintainer comments)

Recommendation

APPROVE — CI passing, no breaking changes affect this project.


@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Reviewed the pull request diff checking for:

  • Correctness: bugs, edge cases, undocumented behavior, resource leaks, hardcoded values
  • Design: unnecessary complexity, naming, readability, comment accuracy, redundant state
  • Architecture: duplicated concerns, minimal interfaces, composition over inheritance
  • Testing: behavior-based assertions, mocks only at hard boundaries, accurate coverage
  • Completeness: missing dependencies, unupdated usages, i18n, accessibility, security
  • Principles: DRY (same reason to change), SRP, Rule of Three (no premature abstraction)
  • Checked CI status and linked issue acceptance criteria
  • For UI changes: inspected screenshots for layout, visual completeness, and consistency

Copy link
Copy Markdown
Member

@rtibbles rtibbles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No concerns from changelog, and checks on PR using this all pass.

@rtibbles rtibbles merged commit 869aa9d into unstable May 1, 2026
32 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/pnpm/action-setup-6.0.3 branch May 1, 2026 01:26
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.

2 participants