[PR #5243] Upgrade GitHub Actions to latest versions #22486

Open
opened 2026-08-05 06:06:01 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/5243
Author: @salmanmkc
Created: 2/3/2026
Status: 🔄 Open

Base: mainHead: upgrade-github-actions-node24-general


📝 Commits (1)

  • 17ee4f5 Upgrade GitHub Actions to latest versions

📊 Changes

5 files changed (+12 additions, -12 deletions)

View changed files

📝 .github/workflows/git-town.yml (+1 -1)
📝 .github/workflows/golang-test-linux.yml (+3 -3)
📝 .github/workflows/golangci-lint.yml (+1 -1)
📝 .github/workflows/release.yml (+6 -6)
📝 .github/workflows/wasm-build-validation.yml (+1 -1)

📄 Description

Summary

Upgrade GitHub Actions to their latest versions for improved features, bug fixes, and security updates.

Changes

Action Old Version(s) New Version Release Files
docker/login-action v1 v3 Release golang-test-linux.yml, release.yml
docker/setup-buildx-action v2 v3 Release release.yml
docker/setup-qemu-action v2 v3 Release release.yml
git-town/action v1.2.1 v1.3.2 Release git-town.yml
golangci/golangci-lint-action 4afd733 1e7e51e Release golangci-lint.yml, wasm-build-validation.yml
goreleaser/goreleaser-action v4 v6 Release release.yml

Why upgrade?

Keeping GitHub Actions up to date ensures:

  • Security: Latest security patches and fixes
  • Features: Access to new functionality and improvements
  • Compatibility: Better support for current GitHub features
  • Performance: Optimizations and efficiency improvements

Security Note

Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references.

Testing

These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging.

Summary by CodeRabbit

  • Chores
    • Updated development pipeline infrastructure tools to latest versions for improved security, build reliability, and compatibility with current development standards.

🔄 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/netbirdio/netbird/pull/5243 **Author:** [@salmanmkc](https://github.com/salmanmkc) **Created:** 2/3/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `upgrade-github-actions-node24-general` --- ### 📝 Commits (1) - [`17ee4f5`](https://github.com/netbirdio/netbird/commit/17ee4f5af04d5ad3dd361cd5e3abd195fe36777f) Upgrade GitHub Actions to latest versions ### 📊 Changes **5 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/git-town.yml` (+1 -1) 📝 `.github/workflows/golang-test-linux.yml` (+3 -3) 📝 `.github/workflows/golangci-lint.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+6 -6) 📝 `.github/workflows/wasm-build-validation.yml` (+1 -1) </details> ### 📄 Description ## Summary Upgrade GitHub Actions to their latest versions for improved features, bug fixes, and security updates. ## Changes | Action | Old Version(s) | New Version | Release | Files | |--------|---------------|-------------|---------|-------| | `docker/login-action` | [`v1`](https://github.com/docker/login-action/releases/tag/v1) | [`v3`](https://github.com/docker/login-action/releases/tag/v3) | [Release](https://github.com/docker/login-action/releases/tag/v3) | golang-test-linux.yml, release.yml | | `docker/setup-buildx-action` | [`v2`](https://github.com/docker/setup-buildx-action/releases/tag/v2) | [`v3`](https://github.com/docker/setup-buildx-action/releases/tag/v3) | [Release](https://github.com/docker/setup-buildx-action/releases/tag/v3) | release.yml | | `docker/setup-qemu-action` | [`v2`](https://github.com/docker/setup-qemu-action/releases/tag/v2) | [`v3`](https://github.com/docker/setup-qemu-action/releases/tag/v3) | [Release](https://github.com/docker/setup-qemu-action/releases/tag/v3) | release.yml | | `git-town/action` | [`v1.2.1`](https://github.com/git-town/action/releases/tag/v1.2.1) | [`v1.3.2`](https://github.com/git-town/action/releases/tag/v1.3.2) | [Release](https://github.com/git-town/action/releases/tag/v1) | git-town.yml | | `golangci/golangci-lint-action` | [`4afd733`](https://github.com/golangci/golangci-lint-action/commit/4afd733a84b1f43292c63897423277bb7f4313a9) | [`1e7e51e`](https://github.com/golangci/golangci-lint-action/commit/1e7e51e771db61008b38414a730f564565cf7c20) | [Release](https://github.com/golangci/golangci-lint-action/releases/tag/v9) | golangci-lint.yml, wasm-build-validation.yml | | `goreleaser/goreleaser-action` | [`v4`](https://github.com/goreleaser/goreleaser-action/releases/tag/v4) | [`v6`](https://github.com/goreleaser/goreleaser-action/releases/tag/v6) | [Release](https://github.com/goreleaser/goreleaser-action/releases/tag/v6) | release.yml | ## Why upgrade? Keeping GitHub Actions up to date ensures: - **Security**: Latest security patches and fixes - **Features**: Access to new functionality and improvements - **Compatibility**: Better support for current GitHub features - **Performance**: Optimizations and efficiency improvements ### Security Note Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references. ### Testing These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated development pipeline infrastructure tools to latest versions for improved security, build reliability, and compatibility with current development standards. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 06:06:01 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#22486