[web-php] dependabot/github_actions/actions/setup-node-6: github-actions(deps): bump actions/setup-node from 5 to 6
Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2025-10-20T15:44:08Z
Commit: https://github.com/php/web-php/commit/583686047c8b8e0b50c83d08512f1bba5897cd18
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](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)
---
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] <[email protected]>
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 }}
Thread (1 message)
- dependabot[bot] via GitHub