build(deps): bump GitHub Actions to Node.js 24 compatible versions#35
Merged
noisegratte merged 1 commit intomainfrom Mar 23, 2026
Merged
build(deps): bump GitHub Actions to Node.js 24 compatible versions#35noisegratte merged 1 commit intomainfrom
noisegratte merged 1 commit intomainfrom
Conversation
Upgrade actions running on deprecated Node.js 20 runtime before the June 2, 2026 deadline: - actions/github-script: v7 → v8 - peter-evans/create-pull-request: v7 → v8 - webfactory/ssh-agent: v0.9.1 → v0.10.0 - stefanzweifel/git-auto-commit-action: v5 → v7 - tj-actions/changed-files: v45 → v47 - tj-actions/branch-names: v8 → v9 - ramsey/composer-install: v3 → v4
There was a problem hiding this comment.
Pull request overview
Cette PR met à niveau plusieurs GitHub Actions utilisées par les workflows du dépôt afin d’être compatibles avec les versions d’Actions basées sur Node.js 24, en anticipation de la fin de support de Node.js 20.
Changes:
- Bump de
actions/github-scriptversv8dans les workflows de génération/trigger et de release. - Bump de
tj-actions/changed-filesversv47et detj-actions/branch-namesversv9pour les workflows de lint/release. - Bump d’actions utilitaires (SSH agent, auto-commit, create-pull-request, composer-install) vers leurs versions majeures récentes.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/trigger-update-dependencies.yml | Passe actions/github-script en v8 pour calculer les targets. |
| .github/workflows/stylelint.yml | Passe tj-actions/changed-files en v47 pour la détection de fichiers modifiés. |
| .github/workflows/release.yml | Passe branch-names en v9 et github-script en v8 pour le tagging/release. |
| .github/workflows/eslint.yml | Passe tj-actions/changed-files en v47 pour la détection de fichiers modifiés. |
| .github/workflows/deploy-production.yml | Passe webfactory/ssh-agent en v0.10.0 pour l’agent SSH. |
| .github/workflows/composer-update.yml | Passe github-script en v8 et create-pull-request en v8 pour l’automatisation des updates. |
| .github/workflows/ci.yml | Passe tj-actions/changed-files en v47 dans le job CI. |
| .github/workflows/build-assets.yml | Passe ssh-agent en v0.10.0 et git-auto-commit-action en v7. |
| .github/actions/composer/action.yml | Passe ramsey/composer-install en v4 dans l’action composite Composer. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade all GitHub Actions still running on the deprecated Node.js 20 runtime, ahead of the June 2, 2026 enforcement deadline.
actions/github-scriptv7→v8peter-evans/create-pull-requestv7→v8webfactory/ssh-agentv0.9.1→v0.10.0stefanzweifel/git-auto-commit-actionv5→v7tj-actions/changed-filesv45→v47tj-actions/branch-namesv8→v9ramsey/composer-installv3→v4All upgrades have been verified for breaking changes — none affect our current usage.
Not yet upgradable (no Node 24 version available)
andstor/file-existence-action@v3— high risk, monitor for updatesadrianjost/files-sync-action@v2.1.0— high risk, monitor for updatessoftprops/action-gh-release@v2— medium risk, actively maintainedgoogleapis/release-please-action@v4— medium risk, Google-maintainedTest plan
composer-updateworkflow runs successfullyreleaseworkflow tags correctly on mergebuild-assetsworkflow builds and auto-commitsci/eslint/stylelintlint workflows detect changed files correctlydeploy-productionSSH agent works on self-hosted runner