Chore upgrade actions to latest stable versions (Node.js 20 deprecation) by vitahlin · Pull Request #14938 · redis/redis
Node.js 20 actions are deprecated. The warning in CI like that:
It failed due to a known bug in the unstable branch, but you can see that the action warnings are gone.
Note
Low Risk
Low risk since changes are limited to CI workflow action version bumps; main risk is unexpected CI behavior changes from new action major versions.
Overview
Updates GitHub Actions workflows to newer major versions to address upcoming Node.js runtime deprecations.
Across CI, daily, external tests, and release/docs automation workflows, bumps actions/checkout to v6, upgrades CodeQL (github/codeql-action to v4), and refreshes supporting actions like actions/upload-artifact (v7), actions/cache (v5), actions/setup-node (v6), and actions/create-github-app-token (v3).
Written by Cursor Bugbot for commit cd64f8b. This will update automatically on new commits. Configure here.