Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6.0.2
Open

chore(deps): bump actions/checkout from 4.2.2 to 6.0.2#438
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 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)

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@v4.2.2...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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
@dependabot dependabot bot requested a review from vitali87 as a code owner March 9, 2026 01:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 9, 2026

Greptile Summary

This PR bumps actions/checkout from v4.2.2 to v6.0.2 across all 10 GitHub Actions workflow files, replacing pinned commit hashes consistently with de0fac2e4500dabe0009e67214ff5f5447ce83dd.

Key changes and considerations:

  • Major version jump (v4 → v6): Skips v5 entirely. v6.0.0 introduced a breaking change — persist-credentials now stores credentials under $RUNNER_TEMP instead of directly in the local git config. This requires Actions Runner v2.329.0 or newer. Since all workflows use runs-on: ubuntu-latest (GitHub-hosted runners), this requirement is automatically satisfied.
  • version-bump.yml: This is the most credential-sensitive workflow — it checks out with token: ${{ secrets.GITHUB_TOKEN }} (default persist-credentials: true) and subsequently runs git push. The v6 credential storage change is transparent to the git subprocess on a GitHub-hosted runner, so this should continue to work correctly.
  • scorecard.yml: Was previously pinned to a slightly different v4.2.2 hash (11bd71901bbe5b1630ceea73d27597364c9af683); now aligned with the rest at the v6.0.2 hash. Retains persist-credentials: false as appropriate.
  • All commit hashes are consistently updated and match the tagged v6.0.2 release.

Confidence Score: 5/5

  • This PR is safe to merge — it is a routine automated dependency bump with no application logic changes.
  • All changes are mechanical version bumps of a single well-known action across workflow files. Every workflow uses GitHub-hosted runners that satisfy the v6 runner requirement, and all commit hashes are consistently and correctly pinned to the v6.0.2 release.
  • No files require special attention.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[actions/checkout v4.2.2\n34e114876b0b / 11bd71901bbe] -->|Dependabot bump| B[actions/checkout v6.0.2\nde0fac2e4500]

    B --> C[build-binaries.yml]
    B --> D[ci.yml x4]
    B --> E[claude-code-review.yml]
    B --> F[docker-publish.yml]
    B --> G[docs.yml]
    B --> H[label-sync.yml]
    B --> I[publish.yml]
    B --> J[scorecard.yml\npersist-credentials: false]
    B --> K[sonarcloud.yml]
    B --> L[version-bump.yml\ntoken + git push]

    L -->|persist-credentials stored in\n$RUNNER_TEMP not git config| M{Runner ≥ v2.329.0?}
    M -->|Yes — ubuntu-latest\nauto-updated| N[✅ git push works]
    M -->|No — self-hosted\nolder runner| O[❌ credentials unavailable\nin container actions]
Loading

Last reviewed commit: 0424f34

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 9, 2026

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

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant