Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2025-10-20T15:44:08Z
Commit: github-actions(deps): bump actions/setup-node from 5 to 6 · php/web-php@5836860 · GitHub
Raw diff: https://github.com/php/web-php/commit/583686047c8b8e0b50c83d08512f1bba5897cd18.diff
github-actions(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](GitHub - actions/setup-node: Set up your GitHub Actions workflow with a specific version of node.js) from 5 to 6.
- [Release notes](Releases · actions/setup-node · GitHub)
- [Commits](Comparing v5...v6 · actions/setup-node · GitHub)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Changed paths:
M .github/workflows/pr-preview.yml
M .github/workflows/update-screenshots.yaml
Diff:
diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml
index b47b415283..0c5f2a2a06 100644
--- a/.github/workflows/pr-preview.yml
+++ b/.github/workflows/pr-preview.yml
@@ -64,7 +64,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/update-screenshots.yaml b/.github/workflows/update-screenshots.yaml
index d27766b521..3c37edc7ee 100644
--- a/.github/workflows/update-screenshots.yaml
+++ b/.github/workflows/update-screenshots.yaml
@@ -33,7 +33,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}