Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 20, 2025

This PR contains the following updates:

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

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the renovate label Nov 20, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 20, 2025

📝 Walkthrough

Walkthrough

All GitHub Actions workflow files have been updated to use the checkout action v6 in place of v5. This involves four workflow files: build.yml, check-release.yml, ci.yml, publish-release.yml, and update-integration-tests.yml. Each workflow's checkout step was modified from actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 (v5) to actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 (v6). No functional logic changes or parameter modifications were made to other workflow steps.

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 Title accurately describes the main change: updating actions/checkout from v5 to v6 across all workflow files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 4eede54 and a964da0.

📒 Files selected for processing (5)
  • .github/workflows/build.yml (2 hunks)
  • .github/workflows/check-release.yml (1 hunks)
  • .github/workflows/ci.yml (6 hunks)
  • .github/workflows/publish-release.yml (1 hunks)
  • .github/workflows/update-integration-tests.yml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: build
  • GitHub Check: check_release
🔇 Additional comments (5)
.github/workflows/check-release.yml (1)

20-20: Verify v6 compatibility and breaking changes.

This updates checkout from v5 to v6—a major version bump. While the change looks correct, please confirm there are no breaking changes that could affect the subsequent steps in this workflow (node setup, release checks).

.github/workflows/update-integration-tests.yml (1)

32-32: LGTM. Consistent update with token parameter preserved.

.github/workflows/ci.yml (1)

26-26: Consistent updates across six jobs. All checkout v5→v6 upgrades are properly applied with parameters preserved (fetch-depth on line 26 maintained correctly).

Also applies to: 45-45, 69-69, 93-93, 116-116, 131-131

.github/workflows/build.yml (1)

19-19: Both build jobs updated consistently. Checkout syntax differs (lines 19 vs 185) but both are valid; v6 hash consistent throughout.

Also applies to: 185-185

.github/workflows/publish-release.yml (1)

29-29: LGTM. Consistent v6 update; no changes to release environment or permissions needed.


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

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.56%. Comparing base (4eede54) to head (a964da0).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   69.56%   69.56%           
=======================================
  Files          13       13           
  Lines         253      253           
  Branches       28       28           
=======================================
  Hits          176      176           
  Misses         73       73           
  Partials        4        4           

☔ 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.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant