[PR #112] [MERGED] Upgrade GitHub Actions to latest versions #164

Closed
opened 2026-06-06 22:09:31 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vxcontrol/pentagi/pull/112
Author: @salmanmkc
Created: 2/21/2026
Status: Merged
Merged: 2/21/2026
Merged by: @asdek

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


📝 Commits (1)

  • acd189c Upgrade GitHub Actions to latest versions

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 .github/workflows/ci.yml (+2 -2)

📄 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/build-push-action v5 v6 Release ci.yml
golangci/golangci-lint-action v3 v9 Release ci.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

⚠️ Breaking Changes

  • golangci/golangci-lint-action (v3 → v9): Major version upgrade — review the release notes for breaking changes
    • ⚠️ Input skip-pkg-cache was removed — if your workflow uses it, the step may fail
    • ⚠️ Input skip-build-cache was removed — if your workflow uses it, the step may fail
    • 🗑️ Input skip-build-cache was removed in the new version and has been cleaned up from the workflow
    • 🗑️ Input skip-pkg-cache was removed in the new version and has been cleaned up from the workflow
  • docker/build-push-action (v5 → v6): Major version upgrade — review the release notes for breaking changes

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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vxcontrol/pentagi/pull/112 **Author:** [@salmanmkc](https://github.com/salmanmkc) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 2/21/2026 **Merged by:** [@asdek](https://github.com/asdek) **Base:** `master` ← **Head:** `upgrade-github-actions-node24-general` --- ### 📝 Commits (1) - [`acd189c`](https://github.com/vxcontrol/pentagi/commit/acd189ccd564fbc752b9338a2617e50bb909f003) Upgrade GitHub Actions to latest versions ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+2 -2) </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/build-push-action` | [`v5`](https://github.com/docker/build-push-action/releases/tag/v5) | [`v6`](https://github.com/docker/build-push-action/releases/tag/v6) | [Release](https://github.com/docker/build-push-action/releases/tag/v6) | ci.yml | | `golangci/golangci-lint-action` | [`v3`](https://github.com/golangci/golangci-lint-action/releases/tag/v3) | [`v9`](https://github.com/golangci/golangci-lint-action/releases/tag/v9) | [Release](https://github.com/golangci/golangci-lint-action/releases/tag/v9) | ci.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 ### ⚠️ Breaking Changes - **golangci/golangci-lint-action** (v3 → v9): Major version upgrade — review the [release notes](https://github.com/golangci/golangci-lint-action/releases) for breaking changes - ⚠️ Input `skip-pkg-cache` was **removed** — if your workflow uses it, the step may fail - ⚠️ Input `skip-build-cache` was **removed** — if your workflow uses it, the step may fail - 🗑️ Input `skip-build-cache` was **removed** in the new version and has been cleaned up from the workflow - 🗑️ Input `skip-pkg-cache` was **removed** in the new version and has been cleaned up from the workflow - **docker/build-push-action** (v5 → v6): Major version upgrade — review the [release notes](https://github.com/docker/build-push-action/releases) for breaking changes ### 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:09:31 -04:00
yindo closed this issue 2026-06-06 22:09:31 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#164