Skip to content

chore(deps): update actions/checkout action to v7 - #90

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v6v7

Warning

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


Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

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

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

Rebasing: Whenever PR becomes conflicted, 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.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from e9f9215 to 99c8fcc Compare July 12, 2026 18:09
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch 2 times, most recently from 312483c to e4af03c Compare July 24, 2026 16:18
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from e4af03c to 6de0f29 Compare August 12, 2026 01:47
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 6de0f29 to b3c2028 Compare August 26, 2026 22:15
Copilot AI lite review requested due to automatic review settings September 3, 2026 13:12
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from b3c2028 to 7cd8484 Compare September 3, 2026 13:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Changes recommended

.github/workflows/reuse.yaml currently has invalid YAML structure in the steps: block due to incorrect indentation, which can break the workflow.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates GitHub Actions workflows in this repository to use actions/checkout@v7 instead of @v6, aligning CI/CD workflows with the latest major release of the checkout action.

Changes:

  • Bumped actions/checkout from v6v7 in the REUSE compliance workflow.
  • Bumped actions/checkout from v6v7 in the Helm publishing workflow.
  • Bumped actions/checkout from v6v7 in the production sync workflow.
File summaries
File Description
.github/workflows/reuse.yaml Updates checkout step to actions/checkout@v7 (note: workflow YAML indentation issue in steps block needs fixing).
.github/workflows/publish-helm.yml Updates the repository checkout step to actions/checkout@v7.
.github/workflows/production-sync.yml Updates the repository checkout step to actions/checkout@v7.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 12 to 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6
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