[PR #6014] [MERGED] ⬆️ bump github action versions #48091

Closed
opened 2026-04-26 10:02:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6014
Author: @matt-fidd
Created: 10/27/2025
Status: Merged
Merged: 11/5/2025
Merged by: @matt-fidd

Base: masterHead: deps/github-actions


📝 Commits (10+)

  • ab85932 actions/checkout v5
  • c06f761 actions/setup-node v6
  • 9cc8ff1 actions/upload-artifact v5
  • 06155f0 actions/download-artifact v6
  • 494099e actions/stale v10
  • de13abd aidan-mundy/react-to-issue v1
  • 8bd0391 twk3/rollup-size-compare-action v1
  • 45dc730 actions/github-script v8
  • e651971 dawidd6/action-download-artifact v11
  • 50d9355 fountainhead/action-wait-for-check v1

📊 Changes

25 files changed (+81 additions, -75 deletions)

View changed files

📝 .github/actions/setup/action.yml (+2 -2)
📝 .github/workflows/ai-generated-release-notes.yml (+1 -1)
📝 .github/workflows/autofix.yml (+1 -1)
📝 .github/workflows/build.yml (+9 -9)
📝 .github/workflows/check.yml (+6 -6)
📝 .github/workflows/codeql.yml (+1 -1)
📝 .github/workflows/count-points.yml (+1 -1)
📝 .github/workflows/docker-edge.yml (+3 -3)
📝 .github/workflows/docker-release.yml (+3 -3)
📝 .github/workflows/e2e-test.yml (+7 -7)
📝 .github/workflows/electron-master.yml (+4 -4)
📝 .github/workflows/electron-pr.yml (+3 -3)
📝 .github/workflows/generate-release-pr.yml (+1 -1)
📝 .github/workflows/i18n-string-extract-master.yml (+2 -2)
📝 .github/workflows/issues-close-feature-requests.yml (+2 -2)
📝 .github/workflows/issues-feature-implemented.yml (+2 -2)
📝 .github/workflows/netlify-release.yml (+1 -1)
📝 .github/workflows/publish-nightly-npm-packages.yml (+4 -4)
📝 .github/workflows/publish-npm-packages.yml (+4 -4)
📝 .github/workflows/release-notes.yml (+1 -1)

...and 5 more files

📄 Description

Thought I'd take care of these while I was on a dependency roll. There should be no breaking changes here, just minor improvements and upgrades to the version of node that the actions themselves run on (no downside to us here).

Interested in seeing https://docs.docker.com/build/ci/github-actions/build-summary/ though!

Some versions were pinned to lower versions, so for these I've moved them to the equivalent of the semver ^ pattern we use in our package.jsons allowing them to grab more recent minor/patch versions when possible.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6014 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 10/27/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `deps/github-actions` --- ### 📝 Commits (10+) - [`ab85932`](https://github.com/actualbudget/actual/commit/ab85932b6ba36da86ca2232183998ba8ed5533b8) actions/checkout v5 - [`c06f761`](https://github.com/actualbudget/actual/commit/c06f7610fa1c27e8391537863bb9587f9dd4898b) actions/setup-node v6 - [`9cc8ff1`](https://github.com/actualbudget/actual/commit/9cc8ff156cb65b076d48ed042e0d534bac9fe657) actions/upload-artifact v5 - [`06155f0`](https://github.com/actualbudget/actual/commit/06155f0a4998b64522832314b29c767950304991) actions/download-artifact v6 - [`494099e`](https://github.com/actualbudget/actual/commit/494099eca24a3f3d61942aee8e14d1411f4d40a2) actions/stale v10 - [`de13abd`](https://github.com/actualbudget/actual/commit/de13abd58feb781ce32c05b7ae71c73046c5fd09) aidan-mundy/react-to-issue v1 - [`8bd0391`](https://github.com/actualbudget/actual/commit/8bd03916a012c7e9fb665d35305d4cd58d8b0ea7) twk3/rollup-size-compare-action v1 - [`45dc730`](https://github.com/actualbudget/actual/commit/45dc730ca1cff894d33c10dbae33c311a7ffe4be) actions/github-script v8 - [`e651971`](https://github.com/actualbudget/actual/commit/e6519717508aa6ddeb400b91653dd5d4b936bd17) dawidd6/action-download-artifact v11 - [`50d9355`](https://github.com/actualbudget/actual/commit/50d9355f719caf9b2c25360eb24318ed46b1e919) fountainhead/action-wait-for-check v1 ### 📊 Changes **25 files changed** (+81 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/setup/action.yml` (+2 -2) 📝 `.github/workflows/ai-generated-release-notes.yml` (+1 -1) 📝 `.github/workflows/autofix.yml` (+1 -1) 📝 `.github/workflows/build.yml` (+9 -9) 📝 `.github/workflows/check.yml` (+6 -6) 📝 `.github/workflows/codeql.yml` (+1 -1) 📝 `.github/workflows/count-points.yml` (+1 -1) 📝 `.github/workflows/docker-edge.yml` (+3 -3) 📝 `.github/workflows/docker-release.yml` (+3 -3) 📝 `.github/workflows/e2e-test.yml` (+7 -7) 📝 `.github/workflows/electron-master.yml` (+4 -4) 📝 `.github/workflows/electron-pr.yml` (+3 -3) 📝 `.github/workflows/generate-release-pr.yml` (+1 -1) 📝 `.github/workflows/i18n-string-extract-master.yml` (+2 -2) 📝 `.github/workflows/issues-close-feature-requests.yml` (+2 -2) 📝 `.github/workflows/issues-feature-implemented.yml` (+2 -2) 📝 `.github/workflows/netlify-release.yml` (+1 -1) 📝 `.github/workflows/publish-nightly-npm-packages.yml` (+4 -4) 📝 `.github/workflows/publish-npm-packages.yml` (+4 -4) 📝 `.github/workflows/release-notes.yml` (+1 -1) _...and 5 more files_ </details> ### 📄 Description Thought I'd take care of these while I was on a dependency roll. There should be no breaking changes here, just minor improvements and upgrades to the version of node that the actions themselves run on (no downside to us here). Interested in seeing https://docs.docker.com/build/ci/github-actions/build-summary/ though! Some versions were pinned to lower versions, so for these I've moved them to the equivalent of the semver `^` pattern we use in our package.jsons allowing them to grab more recent minor/patch versions when possible. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-26 10:02:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#48091