From 2f26bcc815aeac0513797f388627c2a864680314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:23:23 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) and [WordPress/plugin-check-action](https://github.com/wordpress/plugin-check-action). Updates `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) Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5) Updates `WordPress/plugin-check-action` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/wordpress/plugin-check-action/releases) - [Commits](https://github.com/wordpress/plugin-check-action/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: WordPress/plugin-check-action dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/gemini-code-assistant.yml | 2 +- .github/workflows/gemini-issue-assistant.yml | 2 +- .github/workflows/new-issue.yml | 2 +- .github/workflows/new-pull-request.yml | 2 +- .github/workflows/wp-compatibility-test.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index fe2cdd3..a3632ef 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -44,7 +44,7 @@ jobs: fi - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '16' # Use conditional caching based on package-lock.json existence @@ -113,7 +113,7 @@ jobs: fi - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '16' # Use conditional caching based on package-lock.json existence diff --git a/.github/workflows/gemini-code-assistant.yml b/.github/workflows/gemini-code-assistant.yml index 9627128..be1b193 100644 --- a/.github/workflows/gemini-code-assistant.yml +++ b/.github/workflows/gemini-code-assistant.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js for Google AI SDK - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' diff --git a/.github/workflows/gemini-issue-assistant.yml b/.github/workflows/gemini-issue-assistant.yml index e095978..422e149 100644 --- a/.github/workflows/gemini-issue-assistant.yml +++ b/.github/workflows/gemini-issue-assistant.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' diff --git a/.github/workflows/new-issue.yml b/.github/workflows/new-issue.yml index cccb2ab..9f2afd0 100644 --- a/.github/workflows/new-issue.yml +++ b/.github/workflows/new-issue.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post guidance comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.issue.number }} body: | diff --git a/.github/workflows/new-pull-request.yml b/.github/workflows/new-pull-request.yml index ec68a2d..f850986 100644 --- a/.github/workflows/new-pull-request.yml +++ b/.github/workflows/new-pull-request.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: Post guidance comment on new PR - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} body: | diff --git a/.github/workflows/wp-compatibility-test.yml b/.github/workflows/wp-compatibility-test.yml index 4b909bf..ca2191e 100644 --- a/.github/workflows/wp-compatibility-test.yml +++ b/.github/workflows/wp-compatibility-test.yml @@ -69,7 +69,7 @@ jobs: echo "✅ Cleanup complete" - name: WordPress Plugin Check - uses: WordPress/plugin-check-action@v1.1.2 + uses: WordPress/plugin-check-action@v1.1.3 with: # Build directory - using repository root build-dir: './'