Skip to content

chore(deps): update pnpm/action-setup action to v6#55

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pnpm-action-setup-6.x
Open

chore(deps): update pnpm/action-setup action to v6#55
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pnpm-action-setup-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 13, 2026

This PR contains the following updates:

Package Type Update Change
pnpm/action-setup action major v5v6

Release Notes

pnpm/action-setup (pnpm/action-setup)

v6.0.5

Compare Source

What's Changed
  • fix: append (not prepend) action node dir to PATH for npm bootstrap by @​zkochan in #​241

Full Changelog: pnpm/action-setup@v6.0.4...v6.0.5

v6.0.4

Compare Source

What's Changed
New Contributors

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

v6.0.3

Compare Source

Updated pnpm to v11.0.0-rc.5

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

v6.0.2

Compare Source

What's Changed
New Contributors

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

v6.0.1

Compare Source

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: #​228

v6.0.0

Compare Source

v6

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
v0-nuxt-ui-templates-editor Ready Ready Preview, Comment, Open in v0 Apr 29, 2026 7:57pm
v0-nuxt-ui-templates-editor-ho Ready Ready Preview, Comment, Open in v0 Apr 29, 2026 7:57pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 13, 2026

📝 Walkthrough

Walkthrough

Updated the CI workflow's pnpm installation action from version 5 to version 6 in the GitHub Actions configuration. No other workflow logic, steps, or application code were modified in this change.

Changes

Cohort / File(s) Summary
CI Workflow
.github/workflows/ci.yml
Updated pnpm/action-setup action version from v5 to v6 for enhanced compatibility or features in the pnpm installation step.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop and a skip, the version's been bumped,
From five up to six, our workflows just jumped!
No code to untangle, just one tiny line,
The CI keeps rolling—everything's fine! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating the pnpm/action-setup GitHub Action from v5 to v6, which matches the changeset exactly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/pnpm-action-setup-6.x

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.github/workflows/ci.yml:
- Line 19: The workflow currently references the action "uses:
pnpm/action-setup@v6" which has a known bug forcing pnpm v11; update the
workflow to avoid v6 until fixed by either pinning the action to a specific
commit or tag that contains the working behavior (e.g., a commit SHA) or revert
to the last known-good release (e.g., an explicit v5.x tag) so the `version`
input is respected; locate the line containing uses: pnpm/action-setup@v6 and
replace it with a pinned commit or a stable v5 tag, or add a comment noting why
v6 is intentionally avoided until the upstream issue is resolved.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 33407bb9-4e93-4d3b-a41b-625e3f1ea0d0

📥 Commits

Reviewing files that changed from the base of the PR and between 411ef83 and c215870.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

Comment thread .github/workflows/ci.yml

- name: Install pnpm
uses: pnpm/action-setup@v5
uses: pnpm/action-setup@v6
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

pnpm/action-setup v6 release notes breaking changes

💡 Result:

pnpm/action-setup v6 was recently released (tag exists as of 2026-04-13). Official release notes are not yet detailed on the releases page, but it adds support for pnpm v11. Known issue (potentially breaking): v6 does not respect the specified 'version' input and always installs pnpm v11 (e.g., 11.0.0-beta.4-1), even when version: 10 is set. See open GitHub issue #225 created 2026-04-11. No other explicit breaking changes documented in available sources. Previous versions like v5 updated to Node.js 24 runtime. Users report pinning to specific commits as workaround.

Citations:


Do not update to pnpm/action-setup@v6 without resolving a critical known bug.

v6 has a critical issue (GitHub issue #225) where it does not respect the version input parameter and always installs pnpm v11, even when a different version is specified. This is a breaking change in behavior.

Either:

  1. Pin to a specific commit as a workaround until the bug is fixed
  2. Verify that your workflow does not depend on pnpm version specification
  3. Wait for a v6 patch release that fixes the issue
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/workflows/ci.yml at line 19, The workflow currently references the
action "uses: pnpm/action-setup@v6" which has a known bug forcing pnpm v11;
update the workflow to avoid v6 until fixed by either pinning the action to a
specific commit or tag that contains the working behavior (e.g., a commit SHA)
or revert to the last known-good release (e.g., an explicit v5.x tag) so the
`version` input is respected; locate the line containing uses:
pnpm/action-setup@v6 and replace it with a pinned commit or a stable v5 tag, or
add a comment noting why v6 is intentionally avoided until the upstream issue is
resolved.

@renovate renovate Bot force-pushed the renovate/pnpm-action-setup-6.x branch from c215870 to 5bbc84f Compare April 21, 2026 22:14
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 21, 2026

Deployment failed with the following error:

Vercel employees are required to have Two-Factor Authentication enabled.

View Documentation: https://vercel.com/docs/two-factor-authentication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants