Skip to content

Bump actions/checkout from 4 to 6#20

Merged
kiyarose merged 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6
Apr 12, 2026
Merged

Bump actions/checkout from 4 to 6#20
kiyarose merged 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps actions/checkout from 4 to 6.

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

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

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (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 dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 12, 2026
@deepsource-io
Copy link
Copy Markdown

deepsource-io bot commented Apr 12, 2026

DeepSource Code Review

We reviewed changes in 7e45f67...64ef75b on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
PHP Apr 12, 2026 4:41a.m. Review ↗
Shell Apr 12, 2026 4:41a.m. Review ↗
JavaScript Apr 12, 2026 4:41a.m. Review ↗
Swift Apr 12, 2026 4:41a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@kiyarose kiyarose enabled auto-merge April 12, 2026 04:19
@kiyarose kiyarose marked this pull request as draft April 12, 2026 04:19
auto-merge was automatically disabled April 12, 2026 04:19

Pull request was converted to draft

@kiyarose kiyarose marked this pull request as ready for review April 12, 2026 04:19
Copilot AI review requested due to automatic review settings April 12, 2026 04:19
@kiyarose kiyarose enabled auto-merge April 12, 2026 04:19
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions workflows to use actions/checkout@v6 (from @v4) to keep CI/CD dependencies current.

Changes:

  • Bump actions/checkout to v6 in the prerelease workflow.
  • Bump actions/checkout to v6 in the CodeQL workflow.
  • Bump actions/checkout to v6 in the build-and-release workflow.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/prerelease.yml Uses actions/checkout@v6 before building and publishing prerelease artifacts.
.github/workflows/codeql.yml Uses actions/checkout@v6 for CodeQL analysis runs (with full history via fetch-depth: 0).
.github/workflows/build-and-release.yml Uses actions/checkout@v6 in both version-check and release build jobs.

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-6 branch from c1192e0 to 64ef75b Compare April 12, 2026 04:41
@kiyarose kiyarose merged commit a70cbb7 into main Apr 12, 2026
7 checks passed
@kiyarose kiyarose deleted the dependabot/github_actions/actions/checkout-6 branch April 12, 2026 05:09
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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants