From dd5390fa4332d125d07069f6aa72c4e5baadc22e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:24:57 +0000 Subject: [PATCH 1/3] chore(deps): update github actions --- .github/actions/setup-xwin/action.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish-preview-register.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/semgrep.yml | 2 +- .github/workflows/test-docker-image.yml | 2 +- .github/workflows/upgrade-deps.yml | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/actions/setup-xwin/action.yml b/.github/actions/setup-xwin/action.yml index 97d0098aeb..9ccc6fef5f 100644 --- a/.github/actions/setup-xwin/action.yml +++ b/.github/actions/setup-xwin/action.yml @@ -34,7 +34,7 @@ runs: - run: rustup target add x86_64-pc-windows-msvc shell: bash - - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 + - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: ${{ inputs.tools != '' && format('{0},cargo-xwin', inputs.tools) || 'cargo-xwin' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5352bf229f..18a78863ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,7 +250,7 @@ jobs: with: name: windows-test-archive - - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 + - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: cargo-nextest @@ -1089,7 +1089,7 @@ jobs: with: name: windows-snapshot-test-archive - - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 + - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: cargo-nextest diff --git a/.github/workflows/publish-preview-register.yml b/.github/workflows/publish-preview-register.yml index 066da458ee..03339c0e15 100644 --- a/.github/workflows/publish-preview-register.yml +++ b/.github/workflows/publish-preview-register.yml @@ -481,7 +481,7 @@ jobs: # package should come from the PR. - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Log in to GHCR uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97f425f226..fb6a90ec27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -260,7 +260,7 @@ jobs: - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Log in to GHCR uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index f20def5dcd..e6c17f6294 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -19,7 +19,7 @@ jobs: name: Semgrep runs-on: ubuntu-latest container: - image: semgrep/semgrep:1.173.0 + image: semgrep/semgrep:1.174.0 steps: - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 diff --git a/.github/workflows/test-docker-image.yml b/.github/workflows/test-docker-image.yml index 52d9818ad9..f0566d1a5c 100644 --- a/.github/workflows/test-docker-image.yml +++ b/.github/workflows/test-docker-image.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 # Only forward build-args that were provided (manual runs), so # empty inputs fall back to the Dockerfile defaults instead of overriding diff --git a/.github/workflows/upgrade-deps.yml b/.github/workflows/upgrade-deps.yml index 5072f0626f..7e56e7b94f 100644 --- a/.github/workflows/upgrade-deps.yml +++ b/.github/workflows/upgrade-deps.yml @@ -78,7 +78,7 @@ jobs: - name: Check upgrade dependencies id: check-upgrade-dependencies timeout-minutes: 180 - uses: anthropics/claude-code-action@e63208cb983318a44e3f945e959ef894b707dcfa # v1.0.192 + uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 env: CLI_HELP_DIFF_CHANGED: ${{ steps.cli-help-diff.outputs.has-changes }} CLI_HELP_DIFF_REPORT: ${{ env.UPGRADE_DEPS_META_DIR }}/cli-help-report.md @@ -224,7 +224,7 @@ jobs: - name: Enhance PR description with Claude id: enhance-pr-description continue-on-error: true - uses: anthropics/claude-code-action@e63208cb983318a44e3f945e959ef894b707dcfa # v1.0.192 + uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 with: claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} From 031117e9f4f316b3824d09892af34951fc9bc977 Mon Sep 17 00:00:00 2001 From: MK Date: Mon, 24 Aug 2026 12:31:18 +0800 Subject: [PATCH 2/3] chore(deps): refresh actions and setup-vp --- .github/actions/setup-xwin/action.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/upgrade-deps.yml | 4 ++-- .../fixtures/new_create_vite/snapshots/new_create_vite.md | 2 +- packages/cli/src/utils/__tests__/agent.spec.ts | 2 +- packages/cli/src/utils/agent.ts | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/setup-xwin/action.yml b/.github/actions/setup-xwin/action.yml index 9ccc6fef5f..d52b56b0a2 100644 --- a/.github/actions/setup-xwin/action.yml +++ b/.github/actions/setup-xwin/action.yml @@ -34,7 +34,7 @@ runs: - run: rustup target add x86_64-pc-windows-msvc shell: bash - - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 + - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2.86.6 with: tool: ${{ inputs.tools != '' && format('{0},cargo-xwin', inputs.tools) || 'cargo-xwin' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18a78863ff..ef01e1ef82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,7 +250,7 @@ jobs: with: name: windows-test-archive - - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 + - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2.86.6 with: tool: cargo-nextest @@ -1089,7 +1089,7 @@ jobs: with: name: windows-snapshot-test-archive - - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 + - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2.86.6 with: tool: cargo-nextest diff --git a/.github/workflows/upgrade-deps.yml b/.github/workflows/upgrade-deps.yml index 7e56e7b94f..4329120856 100644 --- a/.github/workflows/upgrade-deps.yml +++ b/.github/workflows/upgrade-deps.yml @@ -78,7 +78,7 @@ jobs: - name: Check upgrade dependencies id: check-upgrade-dependencies timeout-minutes: 180 - uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 + uses: anthropics/claude-code-action@c81e3bc69d1b18badbb63ba39581218f02421678 # v1.0.201 env: CLI_HELP_DIFF_CHANGED: ${{ steps.cli-help-diff.outputs.has-changes }} CLI_HELP_DIFF_REPORT: ${{ env.UPGRADE_DEPS_META_DIR }}/cli-help-report.md @@ -224,7 +224,7 @@ jobs: - name: Enhance PR description with Claude id: enhance-pr-description continue-on-error: true - uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 + uses: anthropics/claude-code-action@c81e3bc69d1b18badbb63ba39581218f02421678 # v1.0.201 with: claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/new_create_vite/snapshots/new_create_vite.md b/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/new_create_vite/snapshots/new_create_vite.md index 363845c5ea..1e7d40fc45 100644 --- a/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/new_create_vite/snapshots/new_create_vite.md +++ b/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/new_create_vite/snapshots/new_create_vite.md @@ -111,7 +111,7 @@ jobs: with: persist-credentials: false - name: Set up Vite+ - uses: voidzero-dev/setup-vp@v1 + uses: voidzero-dev/setup-vp@v1.18.0 with: cache: true run-install: true diff --git a/packages/cli/src/utils/__tests__/agent.spec.ts b/packages/cli/src/utils/__tests__/agent.spec.ts index f43419b993..cb305a8c29 100644 --- a/packages/cli/src/utils/__tests__/agent.spec.ts +++ b/packages/cli/src/utils/__tests__/agent.spec.ts @@ -536,7 +536,7 @@ describe('writeCopilotSetupWorkflow', () => { expect(content).toContain('runs-on: ubuntu-latest'); expect(content).toContain('persist-credentials: false'); expect(content).toContain('uses: actions/checkout@v6'); - expect(content).toContain('uses: voidzero-dev/setup-vp@v1'); + expect(content).toContain('uses: voidzero-dev/setup-vp@v1.18.0'); expect(content).toContain('run-install: true'); expect(content).toContain('- .github/workflows/copilot-setup-steps.yml'); diff --git a/packages/cli/src/utils/agent.ts b/packages/cli/src/utils/agent.ts index 885c119d83..17626f68e6 100644 --- a/packages/cli/src/utils/agent.ts +++ b/packages/cli/src/utils/agent.ts @@ -105,7 +105,7 @@ jobs: with: persist-credentials: false - name: Set up Vite+ - uses: voidzero-dev/setup-vp@v1 + uses: voidzero-dev/setup-vp@v1.18.0 with: cache: true run-install: true From b441acd231ddb53c28f9b93ed6a6abac61f7af10 Mon Sep 17 00:00:00 2001 From: MK Date: Mon, 24 Aug 2026 13:22:43 +0800 Subject: [PATCH 3/3] Revert "chore(deps): refresh actions and setup-vp" This reverts commit 031117e9f4f316b3824d09892af34951fc9bc977. --- .github/actions/setup-xwin/action.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/upgrade-deps.yml | 4 ++-- .../fixtures/new_create_vite/snapshots/new_create_vite.md | 2 +- packages/cli/src/utils/__tests__/agent.spec.ts | 2 +- packages/cli/src/utils/agent.ts | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/setup-xwin/action.yml b/.github/actions/setup-xwin/action.yml index d52b56b0a2..9ccc6fef5f 100644 --- a/.github/actions/setup-xwin/action.yml +++ b/.github/actions/setup-xwin/action.yml @@ -34,7 +34,7 @@ runs: - run: rustup target add x86_64-pc-windows-msvc shell: bash - - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2.86.6 + - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: ${{ inputs.tools != '' && format('{0},cargo-xwin', inputs.tools) || 'cargo-xwin' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef01e1ef82..18a78863ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,7 +250,7 @@ jobs: with: name: windows-test-archive - - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2.86.6 + - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: cargo-nextest @@ -1089,7 +1089,7 @@ jobs: with: name: windows-snapshot-test-archive - - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2.86.6 + - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: cargo-nextest diff --git a/.github/workflows/upgrade-deps.yml b/.github/workflows/upgrade-deps.yml index 4329120856..7e56e7b94f 100644 --- a/.github/workflows/upgrade-deps.yml +++ b/.github/workflows/upgrade-deps.yml @@ -78,7 +78,7 @@ jobs: - name: Check upgrade dependencies id: check-upgrade-dependencies timeout-minutes: 180 - uses: anthropics/claude-code-action@c81e3bc69d1b18badbb63ba39581218f02421678 # v1.0.201 + uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 env: CLI_HELP_DIFF_CHANGED: ${{ steps.cli-help-diff.outputs.has-changes }} CLI_HELP_DIFF_REPORT: ${{ env.UPGRADE_DEPS_META_DIR }}/cli-help-report.md @@ -224,7 +224,7 @@ jobs: - name: Enhance PR description with Claude id: enhance-pr-description continue-on-error: true - uses: anthropics/claude-code-action@c81e3bc69d1b18badbb63ba39581218f02421678 # v1.0.201 + uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 with: claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/new_create_vite/snapshots/new_create_vite.md b/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/new_create_vite/snapshots/new_create_vite.md index 1e7d40fc45..363845c5ea 100644 --- a/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/new_create_vite/snapshots/new_create_vite.md +++ b/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/new_create_vite/snapshots/new_create_vite.md @@ -111,7 +111,7 @@ jobs: with: persist-credentials: false - name: Set up Vite+ - uses: voidzero-dev/setup-vp@v1.18.0 + uses: voidzero-dev/setup-vp@v1 with: cache: true run-install: true diff --git a/packages/cli/src/utils/__tests__/agent.spec.ts b/packages/cli/src/utils/__tests__/agent.spec.ts index cb305a8c29..f43419b993 100644 --- a/packages/cli/src/utils/__tests__/agent.spec.ts +++ b/packages/cli/src/utils/__tests__/agent.spec.ts @@ -536,7 +536,7 @@ describe('writeCopilotSetupWorkflow', () => { expect(content).toContain('runs-on: ubuntu-latest'); expect(content).toContain('persist-credentials: false'); expect(content).toContain('uses: actions/checkout@v6'); - expect(content).toContain('uses: voidzero-dev/setup-vp@v1.18.0'); + expect(content).toContain('uses: voidzero-dev/setup-vp@v1'); expect(content).toContain('run-install: true'); expect(content).toContain('- .github/workflows/copilot-setup-steps.yml'); diff --git a/packages/cli/src/utils/agent.ts b/packages/cli/src/utils/agent.ts index 17626f68e6..885c119d83 100644 --- a/packages/cli/src/utils/agent.ts +++ b/packages/cli/src/utils/agent.ts @@ -105,7 +105,7 @@ jobs: with: persist-credentials: false - name: Set up Vite+ - uses: voidzero-dev/setup-vp@v1.18.0 + uses: voidzero-dev/setup-vp@v1 with: cache: true run-install: true