Skip to content

workflows: bump GitHub Actions to their latest major versions#94

Merged
dscho merged 1 commit into
mainfrom
update-actions
Jun 19, 2026
Merged

workflows: bump GitHub Actions to their latest major versions#94
dscho merged 1 commit into
mainfrom
update-actions

Conversation

@dscho

@dscho dscho commented Jun 19, 2026

Copy link
Copy Markdown
Member

Keeping the pinned action versions current avoids accumulating deprecation warnings on every workflow run and ensures we benefit from upstream fixes (in particular for the Node.js runtime the actions execute under, which the actions/* repositories bump from time to time when older Node versions are deprecated on GitHub Actions runners).

The bumps are:

Action Old New
actions/checkout v4 v7
actions/configure-pages v5 v6
actions/upload-pages-artifact v3 v5
actions/deploy-pages v4 v5
actions/upload-artifact v4 v7

actions/setup-node was already pinned to the current latest major (v6) and needs no change.

Keeping the pinned action versions current avoids accumulating
deprecation warnings on every workflow run and ensures we benefit
from upstream fixes (in particular for the Node.js runtime the
actions execute under, which the actions/* repositories bump from
time to time when older Node versions are deprecated on GitHub
Actions runners).

The bumps are:

  actions/checkout              v4 -> v7
  actions/configure-pages       v5 -> v6
  actions/upload-pages-artifact v3 -> v5
  actions/deploy-pages          v4 -> v5
  actions/upload-artifact       v4 -> v7

actions/setup-node was already pinned to the current latest major
(v6) and needs no change.

Assisted-by: Opus 4.7
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho dscho merged commit ffc12ca into main Jun 19, 2026
1 check passed
@dscho dscho deleted the update-actions branch June 19, 2026 16:14
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.

1 participant