Skip to content

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

Merged
sulthonzh merged 1 commit into
mainfrom
renovate/actions-checkout-7.x
Aug 1, 2026
Merged

chore(deps): update actions/checkout action to v7#7
sulthonzh merged 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 v4v7

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v7

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

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 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.

@@ -25,7 +25,7 @@ jobs:
outputs:
secrets_found: ${{ steps.scan.outputs.found }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
Updating actions/checkout to non-existent version v7

💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action

@@ -47,7 +47,7 @@ jobs:
outputs:
approved: ${{ steps.review.outputs.approved }}
steps:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
Updating actions/checkout to non-existent version v7

💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action

@@ -83,7 +83,7 @@ jobs:
outputs:
passed: ${{ steps.gate.outputs.passed }}
steps:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
Updating actions/checkout to non-existent version v7

💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action

github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
Updating actions/checkout to non-existent version v7

💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action

@@ -123,7 +123,7 @@ jobs:
github.event_name == 'push' &&
github.ref == 'refs/heads/main'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
Updating actions/checkout to non-existent version v7

💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action

@@ -18,7 +18,7 @@ jobs:
name: Version & Publish
runs-on: ubuntu-latest

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
Updating actions/checkout to non-existent version v7

💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action

@github-actions github-actions Bot 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.

AI Code Review ❌

Found 6 finding(s):

HIGH (6)

  • .github/workflows/code-review.yml:26 — Updating actions/checkout to non-existent version v7
  • .github/workflows/code-review.yml:49 — Updating actions/checkout to non-existent version v7
  • .github/workflows/code-review.yml:85 — Updating actions/checkout to non-existent version v7
  • .github/workflows/code-review.yml:112 — Updating actions/checkout to non-existent version v7
  • .github/workflows/code-review.yml:124 — Updating actions/checkout to non-existent version v7
  • .github/workflows/release.yml:19 — Updating actions/checkout to non-existent version v7

⚠️ Review blocked due to critical/high severity findings.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from de2b8dd to 1a781f2 Compare June 20, 2026 04:06
@@ -25,7 +25,7 @@ jobs:
outputs:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[CRITICAL] security
Using non-existent actions/checkout@v7 version

💡 Revert to actions/checkout@v4 which is the latest legitimate version

@@ -47,7 +47,7 @@ jobs:
outputs:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[CRITICAL] security
Using non-existent actions/checkout@v7 version

💡 Revert to actions/checkout@v4 which is the latest legitimate version

@@ -83,7 +83,7 @@ jobs:
outputs:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[CRITICAL] security
Using non-existent actions/checkout@v7 version

💡 Revert to actions/checkout@v4 which is the latest legitimate version

@@ -109,7 +109,7 @@ jobs:
needs.quality-gate.outputs.passed == 'true' &&

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[CRITICAL] security
Using non-existent actions/checkout@v7 version

💡 Revert to actions/checkout@v4 which is the latest legitimate version

@@ -123,7 +123,7 @@ jobs:
github.event_name == 'push' &&

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[CRITICAL] security
Using non-existent actions/checkout@v7 version

💡 Revert to actions/checkout@v4 which is the latest legitimate version

@@ -18,7 +18,7 @@ jobs:
name: Version & Publish

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[CRITICAL] security
Using non-existent actions/checkout@v7 version

💡 Revert to actions/checkout@v4 which is the latest legitimate version

@github-actions github-actions Bot 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.

AI Code Review ❌

Found 6 finding(s):

CRITICAL (6)

  • .github/workflows/code-review.yml:25 — Using non-existent actions/checkout@v7 version
  • .github/workflows/code-review.yml:47 — Using non-existent actions/checkout@v7 version
  • .github/workflows/code-review.yml:83 — Using non-existent actions/checkout@v7 version
  • .github/workflows/code-review.yml:109 — Using non-existent actions/checkout@v7 version
  • .github/workflows/code-review.yml:123 — Using non-existent actions/checkout@v7 version
  • .github/workflows/release.yml:18 — Using non-existent actions/checkout@v7 version

⚠️ Review blocked due to critical/high severity findings.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 1a781f2 to ca4e166 Compare July 12, 2026 04:52

@github-actions github-actions Bot 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.

AI Code Review ✅

No issues found. LGTM!

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from ca4e166 to 86e9da0 Compare July 31, 2026 21:18
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 86e9da0 to 25e34ce Compare August 1, 2026 03:47
secrets_found: ${{ steps.scan.outputs.found }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.

💡 Revert to 'actions/checkout@v4' to ensure the workflow executes successfully.

approved: ${{ steps.review.outputs.approved }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.

💡 Revert to 'actions/checkout@v4' to ensure the workflow executes successfully.

passed: ${{ steps.gate.outputs.passed }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.

💡 Revert to 'actions/checkout@v4' to ensure the workflow executes successfully.

github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.

💡 Revert to 'actions/checkout@v4' to ensure the workflow executes successfully.

github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.

💡 Revert to 'actions/checkout@v4' to ensure the workflow executes successfully.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[HIGH] correctness
The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.

💡 Revert to 'actions/checkout@v4' to ensure the workflow executes successfully.

@github-actions github-actions Bot 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.

AI Code Review ❌

Found 6 finding(s):

HIGH (6)

  • .github/workflows/code-review.yml:28 — The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.
  • .github/workflows/code-review.yml:50 — The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.
  • .github/workflows/code-review.yml:86 — The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.
  • .github/workflows/code-review.yml:112 — The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.
  • .github/workflows/code-review.yml:126 — The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.
  • .github/workflows/release.yml:21 — The action version 'v7' for 'actions/checkout' is invalid. The latest official major version released by GitHub is 'v4'.

⚠️ Review blocked due to critical/high severity findings.

@sulthonzh
sulthonzh merged commit 5184a1f into main Aug 1, 2026
7 of 8 checks passed
@renovate
renovate Bot deleted the renovate/actions-checkout-7.x branch August 1, 2026 18:08
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