Skip to content

Update actions/dependency-review-action action to v5#2261

Merged
red-hat-konflux[bot] merged 1 commit into
masterfrom
konflux/mintmaker/master/actions-dependency-review-action-5.x
Jul 6, 2026
Merged

Update actions/dependency-review-action action to v5#2261
red-hat-konflux[bot] merged 1 commit into
masterfrom
konflux/mintmaker/master/actions-dependency-review-action-5.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/dependency-review-action action major v4v5.0.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/dependency-review-action (actions/dependency-review-action)

v5.0.0: 5.0.0

Compare Source

This is a new major version of the Dependency Review Action which updates the runtime to node24. This requires a minimum Actions Runner version v2.327.1 to run.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.9.0...v5.0.0


Configuration

📅 Schedule: (in timezone Europe/Prague)

  • Branch creation
    • Between 03:00 AM and 10:59 AM, only on Monday (* 3-10 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Summary by Sourcery

CI:

  • Bump actions/dependency-review-action in the dependency_review workflow from v4 to v5.0.0.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot requested a review from a team as a code owner July 6, 2026 05:09
@red-hat-konflux red-hat-konflux Bot enabled auto-merge (squash) July 6, 2026 05:09
@red-hat-konflux red-hat-konflux Bot merged commit 5b1b086 into master Jul 6, 2026
3 of 4 checks passed
@sourcery-ai

sourcery-ai Bot commented Jul 6, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates the GitHub Actions dependency review workflow to use the latest major version of actions/dependency-review-action v5.0.0 and aligns the checkout step with actions/checkout v6 already in use.

File-Level Changes

Change Details Files
Update the dependency review GitHub Action to the new major v5 runtime.
  • Bump actions/dependency-review-action from v4 to v5.0.0 in the dependency_review workflow job.
  • Keep actions/checkout at v6 for the pre-existing checkout step.
  • Preserve existing workflow configuration, including fail-on-severity: high.
.github/workflows/dependency_review.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai 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.

Hey - I've left some high level feedback:

  • Since v5 of actions/dependency-review-action requires a minimum Actions runner version v2.327.1, verify that all environments executing this workflow meet or exceed that runner version to avoid runtime failures.
  • Consider using the major version tag (actions/dependency-review-action@v5) instead of pinning to v5.0.0 if you want to automatically receive compatible patch and minor updates from the action.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Since v5 of `actions/dependency-review-action` requires a minimum Actions runner version v2.327.1, verify that all environments executing this workflow meet or exceed that runner version to avoid runtime failures.
- Consider using the major version tag (`actions/dependency-review-action@v5`) instead of pinning to `v5.0.0` if you want to automatically receive compatible patch and minor updates from the action.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.21%. Comparing base (fa143b8) to head (beb20c1).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2261      +/-   ##
==========================================
+ Coverage   59.17%   59.21%   +0.03%     
==========================================
  Files         140      140              
  Lines        9010     9010              
==========================================
+ Hits         5332     5335       +3     
+ Misses       3119     3116       -3     
  Partials      559      559              
Flag Coverage Δ
unittests 59.21% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/master/actions-dependency-review-action-5.x branch July 6, 2026 09:50
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