Skip to content

Upgrade GitHub Actions to latest versions#994

Merged
garrett4wade merged 1 commit into
areal-project:mainfrom
salmanmkc:upgrade-github-actions-node24-general
Mar 6, 2026
Merged

Upgrade GitHub Actions to latest versions#994
garrett4wade merged 1 commit into
areal-project:mainfrom
salmanmkc:upgrade-github-actions-node24-general

Conversation

@salmanmkc
Copy link
Copy Markdown
Contributor

Summary

Upgrade GitHub Actions to their latest versions for improved features, bug fixes, and security updates.

Changes

Action Old Version(s) New Version Release Files
actions/configure-pages v4 v5 Release deploy-docs.yml
actions/upload-pages-artifact v3 v4 Release deploy-docs.yml
astral-sh/setup-uv v4, v5 v7 Release deploy-docs.yml, install-test.yml
docker/build-push-action v5 v7 Release build-docker-image.yml, tag-release-image.yml
docker/login-action v3 v4 Release build-docker-image.yml, tag-release-image.yml
docker/setup-buildx-action v3 v4 Release build-docker-image.yml, tag-release-image.yml
google-github-actions/auth v2 v3 Release build-docker-image.yml, runner-heartbeat.yml, tag-release-image.yml, test-areal.yml
google-github-actions/setup-gcloud v2 v3 Release build-docker-image.yml, runner-heartbeat.yml, tag-release-image.yml, test-areal.yml

Why upgrade?

Keeping GitHub Actions up to date ensures:

  • Security: Latest security patches and fixes
  • Features: Access to new functionality and improvements
  • Compatibility: Better support for current GitHub features
  • Performance: Optimizations and efficiency improvements

⚠️ Breaking Changes

  • google-github-actions/auth (v2 → v3): Major version upgrade — review the release notes for breaking changes
    • ⚠️ Input retries was removed — if your workflow uses it, the step may fail
    • ⚠️ Input backoff was removed — if your workflow uses it, the step may fail
    • ⚠️ Input backoff_limit was removed — if your workflow uses it, the step may fail
  • google-github-actions/setup-gcloud (v2 → v3): Major version upgrade — review the release notes for breaking changes
    • ⚠️ Input skip_tool_cache was removed — if your workflow uses it, the step may fail
  • docker/setup-buildx-action (v3 → v4): Major version upgrade — review the release notes for breaking changes
    • ⚠️ Input config was removed — if your workflow uses it, the step may fail
    • ⚠️ Input config-inline was removed — if your workflow uses it, the step may fail
    • ⚠️ Input install was removed — if your workflow uses it, the step may fail
  • docker/login-action (v3 → v4): Major version upgrade — review the release notes for breaking changes
  • docker/build-push-action (v5 → v7): Major version upgrade — review the release notes for breaking changes
  • astral-sh/setup-uv (v4 → v7): Major version upgrade — review the release notes for breaking changes
  • actions/configure-pages (v4 → v5): Major version upgrade — review the release notes for breaking changes
  • actions/upload-pages-artifact (v3 → v4): Major version upgrade — review the release notes for breaking changes

Security Note

Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references.

Testing

These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging.

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

Copy link
Copy Markdown
Collaborator

@garrett4wade garrett4wade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@garrett4wade garrett4wade merged commit afc06fa into areal-project:main Mar 6, 2026
5 checks passed
dingzhiqiang pushed a commit that referenced this pull request Mar 16, 2026
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
leandermaben pushed a commit to leandermaben/AReaL that referenced this pull request Mar 24, 2026
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
SathyaGnanakumar pushed a commit to danielkiely/AReaL that referenced this pull request Apr 29, 2026
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
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.

2 participants