Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 25, 2025

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action major v5 -> v6
actions/upload-artifact action major v4 -> v5

Release Notes

actions/download-artifact (actions/download-artifact)

v6

Compare Source

actions/upload-artifact (actions/upload-artifact)

v5

Compare Source


Configuration

📅 Schedule: 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.

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

Summary by CodeRabbit

  • Chores
    • Updated CI/CD workflow action versions to the latest releases.
    • Improved artifact upload/download tooling used in build and release pipelines to enhance automation reliability and security.

@renovate renovate bot added the renovate label Oct 25, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 25, 2025

📝 Walkthrough

Walkthrough

GitHub Actions workflow dependencies updated in .github/workflows/build.yml and .github/workflows/check-release.yml. actions/upload-artifact was bumped from v4 to v5 in both workflows; actions/download-artifact in build.yml was bumped from v5 to v6. No control-flow, logic, or error-handling changes were made.

Possibly related PRs

Suggested reviewers

  • saltenasl
  • Artmann
  • andyjakubowski

Pre-merge checks

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The PR title "chore(deps): update github actions (major)" directly and accurately describes the changeset. The PR updates two GitHub Actions (upload-artifact and download-artifact) across two workflow files with major version bumps, which the title clearly captures. The title uses conventional commit format (chore scope), is concise without vague language, and provides enough specificity for a developer scanning history to understand the primary change at a glance.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1eb6356 and 97224a4.

📒 Files selected for processing (2)
  • .github/workflows/build.yml (2 hunks)
  • .github/workflows/check-release.yml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: build
  • GitHub Check: check_release
🔇 Additional comments (3)
.github/workflows/build.yml (2)

84-88: Parameters compatible with v5—safe to merge.

V5's breaking change is Node v24.x support, not an API-level change. Parameters used here (name, path, if-no-files-found) remain unchanged.


100-102: Parameters compatible with v6—safe to merge.

V6's breaking change is Node v24.x support, not an API-level change. The name parameter remains unchanged, and v6 fixes path behavior inconsistency for single artifact downloads—this won't affect your usage.

.github/workflows/check-release.yml (1)

42-45: Parameters compatible with v5—safe to merge.

Same update as in build.yml. V5's breaking change is Node v24.x support, not an API-level change. Parameters used here (name, path) remain unchanged.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Oct 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.56%. Comparing base (c85dc4e) to head (97224a4).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #48   +/-   ##
=======================================
  Coverage   69.56%   69.56%           
=======================================
  Files          13       13           
  Lines         253      253           
  Branches       28       28           
=======================================
  Hits          176      176           
  Misses         73       73           
  Partials        4        4           

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/major-github-actions branch from 9a75967 to 1eb6356 Compare October 27, 2025 07:58
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 1eb6356 to 97224a4 Compare October 27, 2025 09:22
@jamesbhobbs jamesbhobbs marked this pull request as ready for review October 27, 2025 10:50
@jamesbhobbs jamesbhobbs merged commit b669930 into main Oct 27, 2025
13 checks passed
@renovate renovate bot deleted the renovate/major-github-actions branch October 27, 2025 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants