Skip to content

ci: bump pnpm/action-setup from 4 to 6 - #16

Merged
rogerchappel merged 3 commits into
mainfrom
dependabot/github_actions/pnpm/action-setup-6
Sep 11, 2026
Merged

rogerchappel merged 3 commits into
mainfrom
dependabot/github_actions/pnpm/action-setup-6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pnpm/action-setup from 4 to 6.

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.0

Added support for pnpm v11.

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
  • 8912a91 fix: append (not prepend) action node dir to PATH for npm bootstrap (#241)
  • 26f6d4f fix: use npm co-located with the action node binary (#239)
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 6, 2026
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v4...v6)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@rogerchappel
rogerchappel force-pushed the dependabot/github_actions/pnpm/action-setup-6 branch from 062ceea to 777e584 Compare September 11, 2026 02:19
npm audit in the generated web-app fixture fails on the current high-severity
advisory set: Next.js GHSA-p293-qw3h-jr36 / GHSA-2xp9-vwfh-vxw4 affect next
16.2.12 (fixed in 16.3.4) and sharp < 0.35.4 affects the pinned sharp override
(libheif GHSA-g89c-p67h-r497 / GHSA-2jg2-4ch7-h545).

Bump the next-app generator pins (next, eslint-config-next 16.2.12 -> 16.3.4;
sharp override 0.35.3 -> 0.35.4), align scripts/smoke-init.sh assertions, and
update the generated next-env.d.ts template for Next.js 16.3.4 build output
(which now imports ./.next/types/root-params.d.ts).
Deterministic npm install --package-lock-only regeneration of the committed
next-app template lockfile against the updated pins; sharp resolves to 0.35.4.
@rogerchappel

Copy link
Copy Markdown
Owner

Automated merge note

  • Triage class: auto-repair
  • Summary: Repaired failing CI on this PR branch. The dry-run and Repository hygiene failures came from npm audit --omit=dev --audit-level=high in the generated web-app fixture (Next.js GHSA-p293-qw3h-jr36 / GHSA-2xp9-vwfh-vxw4 on next 16.2.12; sharp < 0.35.4, libheif GHSA-g89c-p67h-r497 / GHSA-2jg2-4ch7-h545). Repair: bumped next-app generator pins to next 16.3.4 / eslint-config-next 16.3.4 and the sharp override to 0.35.4, aligned smoke-init assertions and the generated next-env.d.ts template with Next.js 16.3.4 build output, regenerated the committed template lockfile deterministically, and added a CHANGELOG Unreleased entry. The original dependabot pnpm/action-setup v4->v6 bump is unchanged.
  • Checks run: local pnpm install --frozen-lockfile + full pnpm run release:check (typecheck, tests, scaffold smoke incl. npm audit, package smoke) — green; git diff --check clean; CI re-running on the repaired head.
  • Rebased / CI-repaired: No rebase needed (branch mergeable); CI repaired with two commits on the branch.
  • Verified head SHA: 0e79f07

@rogerchappel
rogerchappel merged commit fa5c5fc into main Sep 11, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/pnpm/action-setup-6 branch September 11, 2026 04:05
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