Skip to content

Bump actions/checkout from 4 to 6 - #20

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

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

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 12, 2026

Copy link
Copy Markdown
Contributor

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

@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 12, 2026
@deepsource-io

deepsource-ioBot commented Apr 12, 2026

Copy link
Copy Markdown

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 GradeSecurity

Reliability

Complexity

Hygiene

Code Review Summary

AnalyzerStatusUpdated (UTC)Details
PHPApr 12, 2026 4:41a.m.Review ↗
ShellApr 12, 2026 4:41a.m.Review ↗
JavaScriptApr 12, 2026 4:41a.m.Review ↗
SwiftApr 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
CopilotAI review requested due to automatic review settings April 12, 2026 04:19
@kiyarose
kiyarose enabled auto-merge April 12, 2026 04:19

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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.

FileDescription
.github/workflows/prerelease.ymlUses actions/checkout@v6 before building and publishing prerelease artifacts.
.github/workflows/codeql.ymlUses actions/checkout@v6 for CodeQL analysis runs (with full history via fetch-depth: 0).
.github/workflows/build-and-release.ymlUses 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] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/github_actions/actions/checkout-6 branch from c1192e0 to 64ef75bCompareApril 12, 2026 04:41
@kiyarose
kiyarose merged commit a70cbb7 into mainApr 12, 2026
7 checks passed
@kiyarose
kiyarose deleted the dependabot/github_actions/actions/checkout-6 branch April 12, 2026 05:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@kiyarose