Skip to content

deps:chore - update actions/checkout action to v6#129

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-checkout-6.x
Open

deps:chore - update actions/checkout action to v6#129
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-checkout-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 22, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3v6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6-beta

Compare Source

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.

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

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

v5

Compare Source

v4.3.1

Compare Source

What's Changed

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

v4.3.0

Compare Source

What's Changed
New Contributors

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

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v4

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@ghost
Copy link
Copy Markdown

ghost commented Nov 22, 2025

Overall Summary

This Pull Request updates the version of the actions/checkout GitHub Action from v3 to v6 across all workflow files in the repository. The main goal is to ensure that all workflows use the latest stable and secure version of the checkout action, benefiting from recent bug fixes, security patches, and new features. No direct security issues are introduced by these changes; in fact, this upgrade is a best practice to reduce exposure to known vulnerabilities present in older versions.


Changed Files and Their Updates

  • .github/workflows/coverage.yml

    • Summary: Updated to use actions/checkout@v6 instead of @v3. Ensures the workflow uses the latest major version, which may include bug fixes, security patches, and new features.
    • Security: No direct concerns. Using the latest version helps mitigate known vulnerabilities.
  • .github/workflows/license.yaml

    • Summary: Changed the checkout step from v3 to v6 in the license workflow, aligning with the latest stable release.
    • Security: No immediate issues. Updating reduces exposure to vulnerabilities found in previous versions.
  • .github/workflows/lint.yml

    • Summary: Replaced actions/checkout@v3 with @v6 in the lint workflow, keeping it up-to-date with improvements and fixes.
    • Security: No new risks. The update may improve security by incorporating upstream patches.
  • .github/workflows/security.yml

    • Summary: Upgraded checkout from v3 to v6 in the security workflow, ensuring access to the latest updates and enhancements.
    • Security: No new issues introduced. The upgrade is a best practice to avoid known vulnerabilities.
  • .github/workflows/test.yml

    • Summary: Updated the test workflow to use actions/checkout@v6 instead of v3, maintaining compatibility and leveraging improvements.
    • Security: No direct concerns. Newer versions generally include recent security patches.

Security Advice & Points of Attention

  • Best Practice: Keeping GitHub Actions up-to-date is essential for maintaining CI/CD pipeline security.
  • No Immediate Risks: No new vulnerabilities are introduced by these changes.
  • Ongoing Maintenance: Continue monitoring for future updates to actions and dependencies to ensure ongoing security.

In summary:
This PR is a routine but important maintenance update that improves the security posture of your CI/CD workflows by ensuring all use the latest version of a critical GitHub Action. No further action is required, but regular reviews like this are recommended.
This is an AI-generated summary, which may be innacurate.
This aims only to assist human reviewers, and does not replace code reviews in any way.
Use responsibly and please submit any feedback to this form.

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.

0 participants