Skip to content

chore: update GitHub actions to Node 24 runtime#1057

Merged
AmanVarshney01 merged 1 commit into
mainfrom
aman/update-actions-node24
May 25, 2026
Merged

chore: update GitHub actions to Node 24 runtime#1057
AmanVarshney01 merged 1 commit into
mainfrom
aman/update-actions-node24

Conversation

@AmanVarshney01
Copy link
Copy Markdown
Owner

@AmanVarshney01 AmanVarshney01 commented May 25, 2026

Summary

  • Update checkout and setup-node actions to v6 across release, preview, and test workflows.
  • Disable setup-node package manager cache for deterministic CI/release runs.
  • Keep npm trusted publishing behavior unchanged.

Verification

  • git diff --check
  • pre-commit hook ran bun check

Summary by CodeRabbit

  • Chores
    • Updated GitHub Actions workflow versions to the latest major releases for improved security and stability.
    • Optimized build pipeline caching configuration across CI/CD workflows.

Review Change Stack

@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

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

Project Deployment Actions Updated (UTC)
create-better-t-stack-web Ready Ready Preview, Comment May 25, 2026 7:43am

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 25, 2026

Walkthrough

This PR upgrades GitHub Actions to newer major versions across three CI/CD workflows. actions/checkout and actions/setup-node are bumped from v4 to v6 in all workflows. The test and release workflows additionally explicitly disable package manager caching via package-manager-cache: false.

Changes

GitHub Actions Version Upgrades

Layer / File(s) Summary
Workflow action version upgrades
.github/workflows/pr-preview.yaml, .github/workflows/release.yaml, .github/workflows/test.yaml
actions/checkout and actions/setup-node upgraded to v6 across all three workflows. Release and test workflows add explicit package-manager-cache: false configuration; pr-preview workflow preserves existing node setup parameters.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title mentions updating GitHub actions to Node 24 runtime, but the actual changes only update action versions (checkout and setup-node to v6) without explicit evidence of Node 24 runtime adoption in the diffs. Clarify whether the title should reference the action version upgrades or confirm Node 24 runtime is the actual outcome of updating to actions v6.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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


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
Contributor

@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: 3


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 35092f6c-8d58-4051-8eb5-db2c0d297088

📥 Commits

Reviewing files that changed from the base of the PR and between e521766 and 7641f60.

📒 Files selected for processing (3)
  • .github/workflows/pr-preview.yaml
  • .github/workflows/release.yaml
  • .github/workflows/test.yaml

Comment thread .github/workflows/pr-preview.yaml
Comment thread .github/workflows/release.yaml
Comment thread .github/workflows/test.yaml
@AmanVarshney01 AmanVarshney01 changed the title ci(actions): update GitHub actions to Node 24 runtime chore: update GitHub actions to Node 24 runtime May 25, 2026
@AmanVarshney01 AmanVarshney01 merged commit 552e483 into main May 25, 2026
3 checks passed
@AmanVarshney01 AmanVarshney01 deleted the aman/update-actions-node24 branch May 25, 2026 07:46
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.

1 participant