Skip to content

Conversation

@pgoslatara
Copy link

@pgoslatara pgoslatara commented Jan 26, 2026


What does this PR do?

This PR updates the versions of several GitHub Actions used in workflows across the repository. The changes include:

  • actions/upload-artifact from v4 to v6
  • actions/stale from v9 to v10
  • peter-evans/find-comment from v3 to v4
  • docker/build-push-action from v5 to v6
  • actions/github-script from v7 to v8
  • actions/checkout from v4 to v6
  • actions/cache from v4 to v5
  • docker/metadata-action from v4 to v5
  • actions/setup-node from v4 to v6
  • docker/login-action from v2 to v3
  • peter-evans/create-or-update-comment from v4 to v5
  • docker/build-push-action from v4 to v6
  • docker/metadata-action from v4 to v5
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6
  • actions/checkout from v4 to v6

These updates ensure compatibility with newer GitHub Actions and improved functionality.


Test Plan

The changes will be tested in the CI pipeline of the pull request. Automated tests will run against the updated action versions to verify functionality and ensure no breaking changes.


Related PRs and Issues

  • (Related PR or issue) None provided

Checklist

  • Have you read the Contributing Guidelines on issues?
  • If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?
    • No API metadata changes were made, so this item is not applicable.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 26, 2026

📝 Walkthrough

Walkthrough

This pull request updates GitHub Actions workflow dependencies across 12 CI/CD workflow files. The changes include: upgrading actions/checkout from v4 to v6 across all workflows; upgrading actions/cache from v4 to v5 in benchmark and tests workflows; upgrading Docker-related actions (login, metadata, build-push) to newer versions; upgrading other actions like actions/setup-node, actions/stale, and peter-evans/* actions; adding fail-on-cache-miss: true to cache steps; and adding build configuration parameters in certain workflows (pr-scan and publish). The overall workflow structure and logic remain unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change—updating outdated GitHub Actions versions across all workflows in the repository.
Description check ✅ Passed The description is directly related to the changeset, providing a detailed list of GitHub Actions version updates and explaining the purpose of the changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@github-actions
Copy link

Security Scan Results for PR

Docker Image Scan Results

Package Version Vulnerability Severity
libpng 1.6.51-r0 CVE-2025-66293 HIGH
libpng 1.6.51-r0 CVE-2026-22695 HIGH
libpng 1.6.51-r0 CVE-2026-22801 HIGH
libpng-dev 1.6.51-r0 CVE-2025-66293 HIGH
libpng-dev 1.6.51-r0 CVE-2026-22695 HIGH
libpng-dev 1.6.51-r0 CVE-2026-22801 HIGH
py3-urllib3 1.26.20-r0 CVE-2026-21441 HIGH
py3-urllib3-pyc 1.26.20-r0 CVE-2026-21441 HIGH

Source Code Scan Results

🎉 No vulnerabilities found!

@pgoslatara pgoslatara marked this pull request as ready for review January 26, 2026 11:04
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