Skip to content

[actions] Update GitHub Actions versions - 2026-04-29 #29190

@github-actions

Description

@github-actions

GitHub Actions Updates - 2026-04-29

This PR updates GitHub Actions versions in .github/aw/actions-lock.json and workflow source files to their latest compatible releases.

📦 Actions Updated (full list)

Actions Updated

  • microsoft/apm-action@v1.4.2: removed stale lock entry (v1.5.0 entry retained)
  • actions/checkout: v6 → v6.0.2 (visual-regression-checker)
  • actions/setup-node: v6 → v6.4.0 (visual-regression-checker)

Summary

  • Total actions updated: 2 version bumps + 1 stale entry removed
  • Update command: gh aw update
  • Workflow lock files: Not included (will be regenerated on next compile)

Notes

  • All action updates respect semantic versioning and maintain compatibility
  • Actions are pinned to commit SHAs for security
  • Workflow .lock.yml files are excluded from this PR and will be regenerated during the next compilation

This PR was automatically created by the Daily Workflow Updater workflow.

Generated by Daily Workflow Updater · ● 487.6K ·

  • expires on Apr 30, 2026, 9:10 PM UTC

Note

This was originally intended as a pull request, but the git push operation failed.

Workflow Run: View run details and download patch artifact

The patch file is available in the agent artifact in the workflow run linked above.

To create a pull request with the changes:

# Download the artifact from the workflow run
gh run download 25133773670 -n agent -D /tmp/agent-25133773670

# Create a new branch
git checkout -b actions-update-2026-04-29-8ccde19ed6acc6f9

# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-25133773670/aw-actions-update-2026-04-29.patch

# Push the branch to origin
git push origin actions-update-2026-04-29-8ccde19ed6acc6f9

# Create the pull request
gh pr create --title '[actions] Update GitHub Actions versions - 2026-04-29' --base main --head actions-update-2026-04-29-8ccde19ed6acc6f9 --repo github/gh-aw
Show patch (57 lines)
From bbb954e6bfdba3c6322b362b91e37bf8c4fe59fa Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Wed, 29 Apr 2026 21:08:02 +0000
Subject: [PATCH] chore: update GitHub Actions versions - 2026-04-29
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- Remove stale microsoft/apm-action@v1.4.2 entry from actions-lock.json
- Update visual-regression-checker: actions/checkout v6 → v6.0.2
- Update visual-regression-checker: actions/setup-node v6 → v6.4.0

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
 .github/aw/actions-lock.json                   | 5 -----
 .github/workflows/visual-regression-checker.md | 4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/.github/aw/actions-lock.json b/.github/aw/actions-lock.json
index dba2fdb..9330b92 100644
--- a/.github/aw/actions-lock.json
+++ b/.github/aw/actions-lock.json
@@ -158,11 +158,6 @@
       "version": "v2.11",
       "sha": "1cb3cd8a008d80c9fa129c0f0823d69584905f5b"
     },
-    "microsoft/apm-action@v1.4.2": {
-      "repo": "microsoft/apm-action",
-      "version": "v1.4.2",
-      "sha": "677ddbfb986cdf36d99d26e167aff29b3e80486d"
-    },
     "microsoft/apm-action@v1.5.0": {
       "repo": "microsoft/apm-action",
       "version": "v1.5.0",
diff --git a/.github/workflows/visual-regression-checker.md b/.github/workflows/visual-regression-checker.md
index 0cfd492..0869e71 100644
--- a/.github/workflows/visual-regression-checker.md
+++ b/.github/workflows/visual-regression-checker.md
@@ -34,12 +34,12 @@ safe-outputs:
 timeout-minutes: 15
 steps:
   - name: Checkout repository
-    uses: actions/checkout@v6
+    uses: actions/checkout@v6.0.2
     with:
       persist-credentials: false
 
   - name: Setup Node.js
-    uses: actions/setup-node@v6
+    uses: actions/setup-node@v6.4.0
     with:
       node-version: '24'
       cache: 'npm'
-- 
2.53.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions