Skip to content

Bump pnpm/action-setup from 4 to 5 - #40

Merged
wochinge merged 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-5
Aug 5, 2026
Merged

Bump pnpm/action-setup from 4 to 5#40
wochinge merged 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 5, 2026

@claude claude 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.

LGTM — trivial dependency bump.

What was reviewed: the only change is bumping pnpm/action-setup from v4 to v5 in the CI workflow. This is a well-maintained, widely-used action; the v5 release just updates its runtime to Node.js 24 with no breaking input/output changes affecting this workflow's usage (no custom inputs beyond the default).

Extended reasoning...

Overview

Single-line change in .github/workflows/ci.yml bumping the pnpm/action-setup GitHub Action from v4 to v5. This is an automated Dependabot PR; no application code, business logic, or dependencies of the project itself are touched.

Security risks

None. The action is pinned to a tagged major version from a well-known, actively maintained action (pnpm's official setup action) rather than to an unpinned branch or arbitrary SHA. The v5 changelog shows the only substantive change is updating the action's internal Node.js runtime to 24 — no changes to how it authenticates, installs pnpm, or handles secrets.

Level of scrutiny

Minimal scrutiny is warranted. This is exactly the class of mechanical, low-risk CI dependency bump that doesn't need human review: a one-line version pin change in a workflow file, with no ambiguity in intent and no interaction with production code paths.

Other factors

No prior reviews or comments exist on this PR. The bug hunting system found no issues, and I found no additional concerns in the diff.

@wochinge
wochinge merged commit e2b261f into main Aug 5, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/pnpm/action-setup-5 branch August 5, 2026 14:46
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.

1 participant