chore(deps): bump pnpm/action-setup from v5 to v6#31
Conversation
📝 WalkthroughWalkthroughThe CI workflow was updated to use a newer pinned version of Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
v6 adds pnpm v11 support and runs on Node.js 24. Replaces Dependabot's confusing SHA-to-SHA PR (#15) with a clean version bump. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c17b642 to
50ccf2c
Compare
|
CI is failing because pnpm 11 can't parse our v9.0 lockfile, hence Workaround from the issue: use commit |
Fixes the pnpm version input being ignored (v6.0.2 included the PATH precedence fix from pnpm/action-setup#230). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Dependabot and Renovate can track and auto-update SHA pins when the comment contains the exact semantic version (e.g. # v6.0.3 instead of # v6). Updated all action comments in ci.yml and publish.yml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… comments Resolves conflicts from main adding the visual job, Docker-based e2e, and setup-node v6.4.0. Takes our pnpm/action-setup v6.0.3 SHA everywhere; applies exact patch version comments to all actions in both new and existing jobs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
🎉 This PR is included in version 1.19.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
pnpm/action-setupfrom v5 to v6.0.3 across all 5 CI jobs (check,unit,integration,e2e,visual)addPathcall order — fixed in pnpm/action-setup#230v6.0.3release commit SHA for supply-chain securityci.ymlandpublish.ymlnow have exact patch version comments (e.g.# v6.0.3) so Dependabot/Renovate can track and auto-update themactions/setup-nodeupdated to v6.4.0 (picked up during merge from main)Replaces Dependabot's #15 which showed a confusing SHA-to-SHA bump because it couldn't resolve our pinned commit to a version tag.
Test plan
packageManager/engines.pnpm)🤖 Generated with Claude Code