Skip to content

chore(ci)(deps): bump actions/checkout from 4.2.2 to 6.0.2#3

Merged
nh13 merged 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6.0.2
Apr 9, 2026
Merged

chore(ci)(deps): bump actions/checkout from 4.2.2 to 6.0.2#3
nh13 merged 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps actions/checkout from 4.2.2 to 6.0.2.

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

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

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

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

... (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 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 the GitHub Actions checkout action to v6.0.2 across CI and release workflows to standardize workflow runner behavior.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

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

@dependabot dependabot bot requested a review from nh13 as a code owner April 9, 2026 00:33
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 9, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d963bd39-4a49-4fcb-8c2b-cf07c64c4cbc

📥 Commits

Reviewing files that changed from the base of the PR and between a864b07 and 5c52c46.

📒 Files selected for processing (2)
  • .github/workflows/release-plz.yml
  • .github/workflows/tests.yml
✅ Files skipped from review due to trivial changes (2)
  • .github/workflows/release-plz.yml
  • .github/workflows/tests.yml

📝 Walkthrough

Walkthrough

Updated actions/checkout references in two GitHub workflow files: replaced previously pinned v4 commit SHAs with new SHAs annotated as v6.0.2. No workflow logic, job structure, or step inputs were changed.

Changes

Cohort / File(s) Summary
Release workflows
\.github/workflows/release-plz.yml
Replaced pinned actions/checkout commit SHA (still annotated # v4) with a new SHA annotated # v6.0.2 in release-plz-release and release-plz-pr jobs; no other changes.
Test & CI workflows
\.github/workflows/tests.yml
Replaced pinned actions/checkout commit SHA used in test, lint, format, and readme jobs with a new SHA annotated # v6.0.2; no other changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 I hopped the branch and found a tweak,
A new checkout SHA—light on the beak.
Commits swapped neat, the pipeline hums,
Small change, soft drum, the CI drums. 🥕

🚥 Pre-merge checks | ✅ 3
✅ 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 accurately summarizes the main change: updating the actions/checkout GitHub Action from version 4.2.2 to 6.0.2 across two workflow files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/actions/checkout-6.0.2

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

Copy link
Copy Markdown

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

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.github/workflows/release-plz.yml:
- Line 45: Update the inline version comment on the actions/checkout step so it
reflects the actual major/minor version in use: change the trailing comment on
the line containing "uses:
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" from "# v4" to "# v6"
or "# v6.0.2" to match the action version referenced in the PR title.
- Line 20: Update the inline version comment on the actions/checkout step:
locate the line containing "uses:
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" and change the
trailing comment from "# v4" to "# v6.0.2" so the comment matches the actual
version referenced.

In @.github/workflows/tests.yml:
- Line 23: The inline comment on the actions/checkout step is outdated
(currently "# v4"); update the comment on the uses:
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd line to reflect the
actual major/minor version used (e.g., change "# v4" to "# v6" or "# v6.0.2") so
the comment matches the PR title and real version.
- Line 35: The inline comment after the GitHub Actions step "uses:
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" is incorrect (it
reads "# v4"); update that trailing comment to reflect the actual major version
used—replace "# v4" with "# v6" or the exact tag "# v6.0.2" so the comment
matches the referenced actions/checkout version.
- Line 63: Update the inline version comment following the checkout action usage
string (the line containing "uses:
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd") so the comment
matches the actual action version; replace the incorrect "# v4" comment with "#
v6" or "# v6.0.2" to accurately reflect the current actions/checkout major
version.
- Line 49: Update the inline version comment next to the checkout action
reference so it reflects the actual version; replace the trailing comment "# v4"
following "uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" with
the correct version label such as "# v6.0.2" or "# v6" to match the referenced
actions/checkout version.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e76185ae-2a12-4690-9954-9368dcda5f74

📥 Commits

Reviewing files that changed from the base of the PR and between 1e590ab and a864b07.

📒 Files selected for processing (2)
  • .github/workflows/release-plz.yml
  • .github/workflows/tests.yml

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...de0fac2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@nh13 nh13 force-pushed the dependabot/github_actions/actions/checkout-6.0.2 branch from a864b07 to 5c52c46 Compare April 9, 2026 16:18
@nh13 nh13 merged commit acb3d0f into main Apr 9, 2026
6 checks passed
@nh13 nh13 deleted the dependabot/github_actions/actions/checkout-6.0.2 branch April 9, 2026 16:22
@github-actions github-actions bot mentioned this pull request Apr 9, 2026
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