[web-php] master: github-actions(deps): bump actions/setup-node from 5 to 6 (#1532)

From: Date: Tue, 21 Oct 2025 07:54:49 +0000
Subject: [web-php] master: github-actions(deps): bump actions/setup-node from 5 to 6 (#1532)
Groups: php.webmaster 
Request: Send a blank email to [email protected] to get a copy of this message
Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2025-10-21T00:54:47-07:00

Commit: https://github.com/php/web-php/commit/64dfeda45608fd04f89d1f3eaed2020afada147c
Raw diff: https://github.com/php/web-php/commit/64dfeda45608fd04f89d1f3eaed2020afada147c.diff

github-actions(deps): bump actions/setup-node from 5 to 6 (#1532)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 }}
 


Thread (1 message)

  • dependabot[bot] via GitHub
« previous php.webmaster (#33280) next »