Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2025

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v5 -> v6

Release Notes

actions/setup-node (actions/setup-node)

v6

Compare Source


Configuration

📅 Schedule: Branch creation - "before 9am on Monday" in timezone UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Summary by CodeRabbit

  • Chores
    • Updated build and deployment workflow infrastructure to latest versions.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 17, 2025

📝 Walkthrough

Walkthrough

This PR updates the actions/setup-node GitHub Action from v5 to v6 across CI/CD workflows. The version change appears in both .github/workflows/ci.yml and .github/workflows/cd.yml, affecting all Setup Node.js steps. The action reference is bumped to a newer commit hash, while all existing configurations—such as node-version-file and cache usage—remain intact. No functional logic or control flow changes are introduced.

Possibly related PRs

Suggested reviewers

  • saltenasl
  • Artmann
  • andyjakubowski
  • jamesbhobbs

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "chore(deps): update actions/setup-node action to v6" accurately and specifically describes the primary change in the pull request—upgrading the actions/setup-node GitHub action from v5 to v6 across both workflow files (cd.yml and ci.yml). The title is clear, concise, follows conventional commit format, and uses precise language without vague terms or excessive detail. A teammate scanning commit history would immediately understand this is a dependency version bump.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3fa9d61 and 75b3d48.

📒 Files selected for processing (2)
  • .github/workflows/cd.yml (1 hunks)
  • .github/workflows/ci.yml (8 hunks)
🔇 Additional comments (2)
.github/workflows/ci.yml (1)

31-31: Consistent v6 upgrade across all jobs.

Update uniformly applied across 8 jobs with all existing configurations preserved. The same pnpm caching compatibility concern from the cd.yml review applies here.

Refer to the verification query in the cd.yml review to confirm explicit cache: 'pnpm' still works with v6.

Also applies to: 54-54, 94-94, 120-120, 143-143, 177-177, 200-200, 223-223

.github/workflows/cd.yml (1)

46-50: No action needed.

v6 fully supports explicit cache: 'pnpm' configuration (requires pnpm v6.10+). The breaking change limiting automatic caching doesn't affect this workflow since caching is explicitly specified.


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

@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.91%. Comparing base (3fa9d61) to head (75b3d48).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #51   +/-   ##
=======================================
  Coverage   92.91%   92.91%           
=======================================
  Files          24       24           
  Lines         776      776           
  Branches      222      222           
=======================================
  Hits          721      721           
  Misses         55       55           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jamesbhobbs jamesbhobbs enabled auto-merge (squash) October 17, 2025 19:06
@jamesbhobbs jamesbhobbs merged commit 346b039 into main Oct 17, 2025
13 checks passed
@jamesbhobbs jamesbhobbs deleted the renovate/actions-setup-node-6.x branch October 17, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants