Skip to content

chore: bump GitHub Actions to latest versions#143

Merged
vharseko merged 2 commits intomasterfrom
copilot/update-github-actions-versions
Apr 2, 2026
Merged

chore: bump GitHub Actions to latest versions#143
vharseko merged 2 commits intomasterfrom
copilot/update-github-actions-versions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

Upgrades all third-party uses: references across the three workflow files (build.yml, deploy.yml, release.yml) to their current major versions.

Action Old New
actions/checkout v4 v6
actions/setup-java v4 v5
actions/cache v4 v5
actions/upload-artifact v4 v7
docker/metadata-action v5 v6
docker/setup-qemu-action v3 v4
docker/setup-buildx-action v3 v4
docker/build-push-action v5 v7
docker/login-action v3 v4

softprops/action-gh-release@v2 was already current — no change.

Original prompt

Update all uses: references in GitHub Actions workflow files to the latest available versions.

The following workflow files need to be updated:

  • .github/workflows/build.yml
  • .github/workflows/deploy.yml
  • .github/workflows/release.yml

Here are the required version updates for each action:

Action Current Version Latest Version
actions/checkout v4 v6
actions/setup-java v4 v5
actions/cache v4 v5
actions/upload-artifact v4 v7
docker/metadata-action v5 v6
docker/setup-qemu-action v3 v4
docker/setup-buildx-action v3 v4
docker/build-push-action v5 v7
docker/login-action v3 v4
softprops/action-gh-release v2 v2 (no change needed)

Detailed changes per file:

.github/workflows/build.yml:

  • actions/checkout@v4actions/checkout@v6 (lines 18, 83, 130)
  • actions/setup-java@v4actions/setup-java@v5 (line 23)
  • actions/cache@v4actions/cache@v5 (line 28)
  • actions/upload-artifact@v4actions/upload-artifact@v7 (lines 61, 69)
  • docker/metadata-action@v5docker/metadata-action@v6 (lines 92, 139)
  • docker/setup-qemu-action@v3docker/setup-qemu-action@v4 (lines 100, 148)
  • docker/setup-buildx-action@v3docker/setup-buildx-action@v4 (lines 102, 150)
  • docker/build-push-action@v5docker/build-push-action@v7 (lines 106, 155)

.github/workflows/deploy.yml:

  • actions/checkout@v4actions/checkout@v6 (lines 19, 76, 96)
  • actions/setup-java@v4actions/setup-java@v5 (line 25)
  • actions/cache@v4actions/cache@v5 (line 33)
  • actions/upload-artifact@v4actions/upload-artifact@v7 (line 66)

.github/workflows/release.yml:

  • actions/checkout@v4actions/checkout@v6 (lines 22, 73, 96, 118, 166)
  • actions/setup-java@v4actions/setup-java@v5 (line 27)
  • actions/cache@v4actions/cache@v5 (line 35)
  • docker/metadata-action@v5docker/metadata-action@v6 (lines 125, 173)
  • docker/setup-qemu-action@v3docker/setup-qemu-action@v4 (lines 134, 182)
  • docker/setup-buildx-action@v3docker/setup-buildx-action@v4 (lines 136, 184)
  • docker/build-push-action@v5docker/build-push-action@v7 (lines 149, 198)
  • docker/login-action@v3docker/login-action@v4 (lines 138, 143, 186, 191)

Please update ALL occurrences in ALL three files. Do not change anything else in the files.

The following is the prior conversation context from the user's chat exploration (may be truncated):

User: для всех uses проверь и установи последние версии и оформи PR

Assistant:

Let me first check the current workflow files and then find the latest versions of all GitHub Actions used.

Assistant: Now let me check the latest versions of all the GitHub Actions used in these workflows.

Assistant: Теперь у меня есть вся необходимая информация. Вот сводка текущих и актуальных версий:

Action Текущая версия Последняя версия
actions/checkout v4 v6
actions/setup-java v4 v5
actions/cache v4 v5
actions/upload-artifact v4 v7
docker/metadata-action v5 v6
docker/setup-qemu-action v3 v4
docker/setup-buildx-action v3 v4
docker/build-push-action v5 v7
docker/login-action v3 v4
softprops/action-gh-release v2 v2 (актуальна)

Создаю PR с обновлениями:

Assistant: I'm waiting for your confirmation to proceed with creating the pull request that updates all GitHub Actions dependencies to their latest versions.

Here's a summary of the updates that will be made across all three workflow files:

Action Current Latest
actions/checkout v4 v6
actions/setup-java v4 v5
actions/cache v4 v5
actions/upload-artifact v4 v7
docker/metadata-action v5 v6
docker/setup-qemu-action v3 v4
docker/setup-buildx-action v3 v4
docker/build-push-action v5 v7
docker/login-action v3 v4
softprops/action-gh-release v2 v2 (already latest)

This pull request was created from Copilot chat.

Copilot AI changed the title [WIP] Update GitHub Actions workflow files to latest versions chore: bump GitHub Actions to latest versions Apr 2, 2026
Copilot AI requested a review from vharseko April 2, 2026 12:14
@vharseko vharseko marked this pull request as ready for review April 2, 2026 14:11
@vharseko vharseko merged commit 0065483 into master Apr 2, 2026
14 checks passed
@vharseko vharseko deleted the copilot/update-github-actions-versions branch April 2, 2026 17:11
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