Bump GitHub Actions to v6 (Node 24 runtime)#6
Conversation
actions/checkout, pnpm/action-setup, and actions/setup-node all bumped from v4 to v6, which uses the node24 runner. Addresses GitHub's Node 20 deprecation ahead of the 2026-06-02 forced migration deadline. Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
Warning Review limit reached
Your plan currently allows 1 review/hour. Refill in 32 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 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 |
Summary
actions/checkout,pnpm/action-setup, andactions/setup-nodefrom v4 to v6using: node24in theiraction.yml, replacing the deprecatednode20runtimeVerification
Confirmed each v6 action uses
node24via the GitHub API:actions/checkout@v6.0.2—using: node24actions/setup-node@v6.4.0—using: node24pnpm/action-setup@v6.0.8—using: node24Test plan
🤖 Generated with Claude Code