Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps actions/checkout from 5.0.0 to 6.0.0.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated GitHub Actions checkout steps to a newer revision across all CI/CD workflows.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...1af3b93)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2025

Labels

The following labels could not be found: skip news. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0%. Comparing base (1ca1c2d) to head (13fbee4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #215   +/-   ##
===========================
===========================
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Artmann
Artmann previously approved these changes Nov 24, 2025
@Artmann Artmann enabled auto-merge (squash) November 24, 2025 10:30
@Artmann
Copy link
Contributor

Artmann commented Nov 24, 2025

@coderabbitai Review this please

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 24, 2025

@Artmann: I'll review this PR for you.

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 24, 2025

📝 Walkthrough

Walkthrough

GitHub Actions checkout steps across four workflow files (ci.yml, copilot-setup-steps.yml, deps.yml, and package.yml) were updated to a different commit reference. The change replaces the checkout action from commit 08c6903cd8c0fde910a37f88322edcfb5dd907a8 with commit 1af3b93b6815bc44a9784bd300feb67ff0d1eeb3, maintaining the v5 tag. No workflow logic or other steps were modified.

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

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
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: 1

📜 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 f20507c and fcfcfe6.

📒 Files selected for processing (4)
  • .github/workflows/ci.yml (9 hunks)
  • .github/workflows/copilot-setup-steps.yml (1 hunks)
  • .github/workflows/deps.yml (2 hunks)
  • .github/workflows/package.yml (1 hunks)
🔇 Additional comments (1)
.github/workflows/deps.yml (1)

23-23: Also applies to: 52-52

@Artmann
Copy link
Contributor

Artmann commented Nov 24, 2025

@coderabbitai, please review this.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 24, 2025

Tip

For best results, initiate chat on the files or code changes.

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash

# Fetch the PR diff to see actual changes
gh pr diff 215

echo "---"
echo "Verifying commit hash corresponds to v6.0.0:"
echo "---"

# Check what tag/version the new commit hash corresponds to
git ls-remote --tags https://github.com/actions/checkout.git | grep -i "1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" || echo "Commit not found in tags, checking branches and commits..."

# Get more info about the versions
git ls-remote --tags https://github.com/actions/checkout.git | grep -E "v6\.0\.0|v5\.0\.0"

Length of output: 5594


@Artmann: I've reviewed this PR. The changes upgrade actions/checkout from v5.0.0 to v6.0.0 across all workflow files.

Issue found:

The inline comments still reference # v5 but should be updated to # v6 since the commit hash 1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 corresponds to v6.0.0.

Example from ci.yml Line 25:

uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5

Should be:

uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6

This same correction is needed in all 4 workflow files (ci.yml, copilot-setup-steps.yml, deps.yml, package.yml).

v6.0.0 changes to note:

  • Credentials now persist to a separate file under $RUNNER_TEMP
  • Requires Actions Runner v2.329.0+ for container actions
  • Adds Node.js 24 support

The upgrade itself looks safe, but the comment discrepancy should be fixed to avoid confusion.

@Artmann Artmann disabled auto-merge November 24, 2025 11:19
@Artmann Artmann enabled auto-merge (squash) November 24, 2025 11:19
@Artmann Artmann disabled auto-merge November 24, 2025 11:19
@Artmann Artmann merged commit 7ac9b0e into main Nov 24, 2025
14 checks passed
@Artmann Artmann deleted the dependabot/github_actions/actions/checkout-6.0.0 branch November 24, 2025 11:19
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.

2 participants