Skip to content

[actions] Update GitHub Actions versions - 2026-08-15 - #52864

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
daily-actions-update-20260815-34c7e6bd3228894b
Open

[actions] Update GitHub Actions versions - 2026-08-15#52864
github-actions[bot] wants to merge 2 commits into
mainfrom
daily-actions-update-20260815-34c7e6bd3228894b

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

GitHub Actions Updates - 2026-08-15

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

📦 Actions Updated (full list)

Actions Updated

  • astral-sh/setup-uv: v10.0.0 → v10.0.1

Summary

  • Total actions updated: 1
  • 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

Testing

The updated actions will be automatically used in workflow compilations. No manual testing required.


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

Generated by 🔧 Daily Workflow Updater · auto · 19 AIC · ⌖ 5.46 AIC · ⊞ 7.7K ·

  • expires on Aug 15, 2026, 11:15 PM UTC-08:00

Run: https://github.com/github/gh-aw/actions/runs/31871584565> Generated by 👨‍🍳 PR Sous Chef · gpt54 · 11.5 AIC · ⌖ 5.77 AIC · ⊞ 8.7K ·

Comment /souschef to run again


Generated by 👨‍🍳 PR Sous Chef · gpt54 · 19.4 AIC · ⌖ 6.65 AIC · ⊞ 6.3K ·
Comment /souschef to run again

Update astral-sh/setup-uv from v10.0.0 to v10.0.1 in actions-lock.json.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added automation dependencies Pull requests that update a dependency file labels Aug 15, 2026
@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot Quick triage for maintainer-ready follow-up:

Please refresh the branch if needed, review any maintainer-facing follow-up, and run the pr-finisher skill before handing this PR back to maintainers.

Outstanding review items (newest first):

  • No unresolved review threads were surfaced in the compact context; please verify the current PR discussion state before handoff.

Failed checks from the compact candidate set:

  • None listed.

Branch update was requested automatically for this run when GitHub allows it.
Run context: https://github.com/github/gh-aw/actions/runs/31871584565

Generated by 👨‍🍳 PR Sous Chef · gpt54 · 11.5 AIC · ⌖ 5.77 AIC · ⊞ 8.7K ·
Comment /souschef to run again

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>

Copilot AI commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

@copilot Quick triage for maintainer-ready follow-up:

Please refresh the branch if needed, review any maintainer-facing follow-up, and run the pr-finisher skill before handing this PR back to maint...

Triage done:

  • Branch is already up to date with origin/main (base 19e875b), so no refresh was needed.
  • No unresolved review threads and no failing checks found.
  • One real gap: the generated pin mirrors (pkg/actionpins/data/action_pins.json, pkg/workflow/data/action_pins.json) were not synced with .github/aw/actions-lock.json, which left the tree dirty after make build. Synced them via make sync-action-pins.
  • make recompile produced no .lock.yml changes (no agentic workflow uses astral-sh/setup-uv), and make agent-report-progress passed.

Addressed in commit d0f8f11.

Copilot AI requested a review from gh-aw-bot August 15, 2026 07:31
@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot Quick triage for maintainer-ready follow-up:

Please refresh the branch if needed, address any remaining maintainer-facing follow-up, and run the pr-finisher skill before handing this PR back to maintainers.

Outstanding review items (newest first):

  • No unresolved review threads were surfaced from available context; please verify current maintainer expectations before handoff.

Failed checks from the compact candidate set:

  • None listed.

Branch update was requested automatically for this run when GitHub allows it.
Run context: https://github.com/github/gh-aw/actions/runs/31874029539

Generated by 👨‍🍳 PR Sous Chef · gpt54 · 8.88 AIC · ⌖ 5.77 AIC · ⊞ 8.7K ·
Comment /souschef to run again

Copilot AI commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

@copilot Quick triage for maintainer-ready follow-up:

Please refresh the branch if needed, address any remaining maintainer-facing follow-up, and run the pr-finisher skill before handing this PR ba...

Ran the pr-finisher pass. No file changes were needed this round, so no new commit was pushed.

  • Reviews — no unresolved review threads (reviewThreads is empty); nothing to reply to or resolve.
  • Checks (local)make fmt, make lint, make recompile, and make test-unit all pass, and the working tree stays clean after each (no .lock.yml drift, no pin-mirror drift). test-unit reported no impacted Go tests since this PR touches only JSON data, so I additionally ran go test ./pkg/actionpins/... — passing.
  • Checks (CI) — stale for the current HEAD (59fae2d); an agent push does not trigger workflows. No prior failures were recorded, so nothing to root-cause.
  • Mergeable — PR is open, not draft, not BEHIND (base is 19e875b, identical to origin/main), no conflicts. mergeable_state shows blocked, which reflects the pending required check/review gate, not a branch problem.

Actions taken: validation only; the pin-mirror sync from the earlier pass is already pushed as commit 59fae2d (my previous reply cited an incorrect short hash).

Hand-off: a maintainer needs to re-trigger CI (close/reopen, workflow_dispatch, or a maintainer push) and approve before merge.

@github-actions

Copy link
Copy Markdown
Contributor Author

Hey 👋 — thanks for keeping our GitHub Actions dependencies up to date! Here are a few notes:

About this PR:

  • This PR updates astral-sh/setup-uv from v10.0.0 to v10.0.1, a patch-level bump across three dependency lock files.
  • The change is focused and follows semantic versioning.
  • ✅ The PR body clearly explains the update and notes workflow lock files will be regenerated on next compile, with actions pinned to commit SHAs for security.

One note: the CONTRIBUTING.md does not explicitly address automated PRs from core-team workflows regarding new dependency/version bumps — this appears to be an approved automation, so it looks aligned with intended process.

Testing: Since this updates dependency pin files, automated end-to-end testing during workflow compilation is appropriate. If specific test scenarios exist for action upgrades, consider adding them to prevent regressions.

Overall, this looks solid! 🚀

Generated by ✅ Contribution Check · auto · 50.4 AIC · ⌖ 3.33 AIC · ⊞ 9.1K ·

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot Quick triage for maintainer-ready follow-up:

Please refresh the branch if needed, review any maintainer-facing follow-up, and run the pr-finisher skill before handing this PR back to maintainers.

Outstanding review items (newest first):

  • No unresolved review threads were surfaced from available context; please verify the current PR discussion state before handoff.

Failed checks from the compact candidate set:

  • None listed.

Branch update was requested automatically for this run when GitHub allows it.
Run context: https://github.com/github/gh-aw/actions/runs/31875928309

Generated by 👨‍🍳 PR Sous Chef · gpt54 · 19.4 AIC · ⌖ 6.65 AIC · ⊞ 6.3K ·
Comment /souschef to run again

Copilot AI commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

@copilot Quick triage for maintainer-ready follow-up:

Please refresh the branch if needed, review any maintainer-facing follow-up, and run the pr-finisher skill before handing this PR back to maint...

Re-ran the pr-finisher pass. Nothing has changed since the previous run, and there was no actionable work, so no commit was pushed.

  • ReviewsreviewThreads is still empty; no threads to address or resolve.
  • Mergeable — base is 19e875b, still identical to origin/main, so the branch is not BEHIND and cannot be refreshed further. Open, not draft, no conflicts.
  • Checks (local)make build completes and leaves the working tree clean, confirming no pin-mirror or generated-file drift remains. make fmt / make lint / make recompile / make test-unit plus go test ./pkg/actionpins/... all passed in the previous pass against this same HEAD, so I did not re-run them.
  • Checks (CI) — the copilot check on run 31874321657 completed successfully; there are no failing checks.

Hand-off: this is ready for maintainer review and merge. The remaining blocked state is the required approval/check gate, which needs a maintainer.

Note: this is the third identical triage request on this PR with no state change between them. If the sous-chef loop keeps re-firing, the PR likely just needs a maintainer approval rather than another agent pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants