Skip to content

chore(deps): bump pnpm/action-setup from 4 to 5 - #5804

Merged
rtibbles merged 1 commit into
unstablefrom
dependabot/github_actions/pnpm/action-setup-5
Apr 1, 2026
Merged

chore(deps): bump pnpm/action-setup from 4 to 5#5804
rtibbles merged 1 commit into
unstablefrom
dependabot/github_actions/pnpm/action-setup-5

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps pnpm/action-setup from 4 to 5.

Release notes

Sourced from pnpm/action-setup's releases.

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

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 4 to 5.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v4...v5)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 1, 2026

@rtibblesbotrtibblesbot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Dependency Update Review

Package:pnpm/action-setup v4 → v5
Semver risk: Major
Dependency type: GitHub Actions (CI infrastructure)
CI status: Passing

Changelog Analysis

Sources consulted:

The entire v4 → v5 bump is a single commit (fc06bc1) that changes runs.using from node20 to node24. No inputs, outputs, or behavior changes.

Breaking changes: None that affect consumers. The "breaking" change is the Node.js runtime used internally by the action (20 → 24), which GitHub Actions runners already support.

Deprecations: None.

Security fixes: None.

Compatibility Assessment

  • Action inputs/outputs: identical between v4 and v5
  • Code changes required: no
  • CI passing: yes — all workflows using this action succeeded

Recommendation

APPROVE — Minimal-risk major bump. The only change is the internal Node.js runtime version (20 → 24), with no API changes. CI confirms compatibility.


@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

@rtibblesrtibbles left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Runner concerns only.

@rtibbles
rtibbles merged commit b515a2e into unstableApr 1, 2026
32 checks passed
@dependabot
dependabotBot deleted the dependabot/github_actions/pnpm/action-setup-5 branch April 1, 2026 01:05
@rtibblesrtibbles mentioned this pull request May 13, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@rtibbles@rtibblesbot