Skip to content

ci: bump Docker actions to Node.js 24 compatible versions - #32

Merged
Navino16 merged 1 commit into
developfrom
ci/bump-docker-actions
Mar 19, 2026
Merged

Navino16 merged 1 commit into
developfrom
ci/bump-docker-actions

Conversation

@Navino16

Copy link
Copy Markdown
Owner

Description

Bump Docker GitHub Actions to latest versions to resolve Node.js 20 deprecation warnings:

  • docker/metadata-action v5 -> v6
  • docker/login-action v3 -> v4
  • docker/build-push-action v6 -> v7
  • docker/setup-buildx-action v3 -> v4 (merge job in develop.yml)

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactoring
  • Dependencies update

Checklist

  • I have tested my changes locally
  • I have added/updated tests if needed
  • Code coverage is maintained or improved
  • Lint passes (npm run lint)
  • Tests pass (npm test)

Related Issues

@Navino16 Navino16 added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 19, 2026
Copilot AI review requested due to automatic review settings March 19, 2026 16:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates Docker-related GitHub Actions in the CI/CD workflows to newer major versions intended to address Node.js runtime deprecation warnings in GitHub Actions.

Changes:

  • Bump docker/metadata-action from v5 to v6 in develop and release workflows.
  • Bump docker/login-action from v3 to v4 in develop and release workflows.
  • Bump docker/build-push-action from v6 to v7 and docker/setup-buildx-action from v3 to v4 where used.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml Updates Docker action versions for release-time multi-arch image build + manifest merge.
.github/workflows/develop.yml Updates Docker action versions for develop-branch image build + manifest merge.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Navino16
Navino16 merged commit 46b3bde into develop Mar 19, 2026
10 checks passed
@Navino16
Navino16 deleted the ci/bump-docker-actions branch March 20, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants