Skip to content

chore(ci): bump actions to versions that use Node 24+#3471

Merged
t00ts merged 3 commits into
mainfrom
t00ts/ci-checkout-upgrade
Jun 12, 2026
Merged

chore(ci): bump actions to versions that use Node 24+#3471
t00ts merged 3 commits into
mainfrom
t00ts/ci-checkout-upgrade

Conversation

@t00ts

@t00ts t00ts commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Only actions/checkout@v4 is flagged, so I started there.

Then checked other "v4" actions, and notably upload-artifacts was also running on node 20. This one had to be bumped 2 major versions. I checked and the same inputs are still there. Hopefully no surprises here.

Then, the third party actions, 3 were bumped: docker/setup-qemu-action, docker/setup-buildx-action, and dorny/paths-filter.

Important flag here is that arduino/setup-protoc@v3 seems to be the latest release available and is still using node 20... I guess we can either live with it until it bites us, or just look for an alternative.

Closes #3460

@t00ts t00ts requested a review from a team as a code owner June 11, 2026 05:59
@zvolin

zvolin commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

About setup protoc, nice alternative is protox, which is rust native proto compiler running at build.rs time, leaving us and the users with no protoc (c) dependency

@t00ts t00ts merged commit 28eff9a into main Jun 12, 2026
12 checks passed
@t00ts t00ts deleted the t00ts/ci-checkout-upgrade branch June 12, 2026 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: update our Github actions to use node v24+

4 participants