Skip to content

chore(deps): update github actions (major)#46

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-github-actions
Open

chore(deps): update github actions (major)#46
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-github-actions

Conversation

@renovate

@renovate renovate Bot commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
actions/cache action major v5.0.1v6.0.0 v6.1.0
actions/checkout action major v6.0.1v7.0.0
nick-fields/assert-action action major v2.0.0v4.0.1
nick-fields/assert-action action major v2v4

Release Notes

actions/cache (actions/cache)

v6.0.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v6

Compare Source

v5.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2: v.5.0.2

Compare Source

v5.0.2
What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

nick-fields/assert-action (nick-fields/assert-action)

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

v4

Compare Source

v3.0.1

Compare Source

Bug Fixes
  • ci: update refs from nick-invision -> nick-fields (c335822)
  • ci: update refs from nick-invision -> nick-fields (#​50) (9d4e34b)

v3.0.0: Upgrade to node24

Compare Source

What's Changed
New Contributors

Full Changelog: nick-fields/assert-action@v2...v3.0.0

v3

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "after 7am every weekday,before 8pm every weekday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from a team March 20, 2026 19:01
@sonar-review-alpha

sonar-review-alpha Bot commented Mar 20, 2026

Copy link
Copy Markdown

Summary

This PR updates the nick-fields/assert-action action from v2.0.0 to v3.0.0 across the integration test workflow. The major version bump is driven by an upgrade to Node.js 24. All five action references in .github/workflows/it-test.yml are updated consistently with the new version tag and commit hash.

What reviewers should know

What to review:

  • Verify the commit hash 22dd2a66ef733fe92022d3704183ac007463eecb matches the published v3.0.0 tag on the upstream repository
  • Check that all five workflow step references are updated (lines 33, 52, 71, 90, 109)
  • Ensure the test workflow still executes successfully after this change — the assertions themselves haven't changed, only the action that runs them

Non-obvious points:

  • This is a Node.js runtime environment change only; no API or input/output changes are involved
  • The workflow uses a pinned commit hash in addition to the version tag, which is good practice for reproducibility

  • Generate Walkthrough
  • Generate Diagram

🗣️ Give feedback

@sonarqubecloud

Copy link
Copy Markdown

sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 79cd14c to 27e4248 Compare April 20, 2026 16:03
@renovate

renovate Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Post-upgrade command 'pre-commit autoupdate --freeze || true' has not been added to the allowed list in allowedCommands

@sonarqubecloud

Copy link
Copy Markdown

@sonar-review-alpha sonar-review-alpha 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.

LGTM! ✅

The update is incomplete. The file contains 6 references to nick-fields/assert-action, but only 5 were updated to the v3 SHA. The first job, it-tests-use-input-default-values (line 16), still pins the old v2 SHA (aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2). After this PR merges, that job will run on a different Node.js runtime (Node 18/20 via v2) than all other test jobs (Node 24 via v3), creating an inconsistent test environment.

Line 16 was not touched by this PR so it falls outside the diff hunks — it needs to be updated to:

- uses: nick-fields/assert-action@22dd2a66ef733fe92022d3704183ac007463eecb # v3.0.0

🗣️ Give feedback

@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 27e4248 to 237e849 Compare May 27, 2026 13:17
@renovate renovate Bot requested a review from a team as a code owner May 27, 2026 13:17
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot changed the title chore(deps): update nick-fields/assert-action action to v3 chore(deps): update github actions to v3 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from a3521f5 to 9183fcc Compare June 21, 2026 18:42
@renovate renovate Bot changed the title chore(deps): update github actions to v3 chore(deps): update github actions to v4 Jun 21, 2026
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 9183fcc to eda42b1 Compare June 22, 2026 19:34
@renovate renovate Bot changed the title chore(deps): update github actions to v4 chore(deps): update github actions (major) Jun 22, 2026
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from eda42b1 to d32393a Compare June 23, 2026 16:36
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from d32393a to bcd6224 Compare June 28, 2026 16:08
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants