Skip to content

Conversation

@ducbm051291
Copy link
Contributor

@ducbm051291 ducbm051291 commented Dec 3, 2025

What happened 👀

This PR updates the versions of standard GitHub Actions across all CI/CD workflow files (project_workflows, self_hosted_project_workflows, and workflows).

Key Changes:

  • Checkout: Upgraded actions/checkout to v6.
  • Cache: Upgraded actions/cache to v4.
  • Artifacts: Upgraded actions/upload-artifact to v4.

Insight 📝

Why this solution?
GitHub has deprecated the Node.js 12 and 16 runtimes, which are used by the older versions of these actions (v2/v3). Keeping these dependencies outdated results in deprecation warnings and will eventually cause the workflows to fail on newer runner images (like macos-latest).

Updating to the latest major versions ensures our CI/CD pipelines use the supported Node.js 20 runtime and remain compatible with GitHub's infrastructure.

Note: Some steps in the workflow may still fail after this update. These remaining failures are unrelated to the action versions and will be resolved in a separate issue.

Proof Of Work 📹

Screenshot 2025-12-03 at 10 05 47

@ducbm051291 ducbm051291 added this to the 4.12.0 milestone Dec 3, 2025
@ducbm051291 ducbm051291 self-assigned this Dec 3, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 3, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bug/587-ci-cd-workflows-failed-due-to-deprecated-github-actions

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.

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.

Fix: CI/CD Workflows Failing due to Deprecated GitHub Actions (v3)

2 participants