Skip to content

Update GitHub Actions to latest versions#2

Merged
OzzyCzech merged 3 commits intomainfrom
copilot/update-github-actions-versions
Feb 18, 2026
Merged

Update GitHub Actions to latest versions#2
OzzyCzech merged 3 commits intomainfrom
copilot/update-github-actions-versions

Conversation

Copy link
Contributor

Copilot AI commented Feb 18, 2026

Updates workflow actions to their latest releases for improved security and Node.js 24 support.

Changes

  • actions/checkout: v4 → v6

    • Credentials now stored in isolated $RUNNER_TEMP location
  • actions/setup-node: v4 → v6

    • Automatic npm caching when packageManager field present
  • actions/configure-pages: v4 → v5

    • Enhanced config auto-detection for static site generators

Compatibility

Requires GitHub-hosted runners with:

  • Actions Runner ≥ v2.329.0 (checkout)
  • Actions Runner ≥ v2.327.1 (setup-node)

All current GitHub-hosted runners meet these requirements.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/actions/checkout/releases/latest
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • https://api.github.com/repos/actions/configure-pages/releases/latest
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • https://api.github.com/repos/actions/deploy-pages/releases/latest
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • https://api.github.com/repos/actions/setup-node/releases/latest
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • https://api.github.com/repos/actions/upload-pages-artifact/releases/latest
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 18, 2026 08:50
…s v5

Co-authored-by: OzzyCzech <105520+OzzyCzech@users.noreply.github.com>
Co-authored-by: OzzyCzech <105520+OzzyCzech@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub Actions to latest available versions Update GitHub Actions to latest versions Feb 18, 2026
Copilot AI requested a review from OzzyCzech February 18, 2026 08:53
@OzzyCzech OzzyCzech marked this pull request as ready for review February 18, 2026 09:04
@OzzyCzech OzzyCzech merged commit 110176f into main Feb 18, 2026
12 checks passed
@OzzyCzech OzzyCzech deleted the copilot/update-github-actions-versions branch February 18, 2026 09:04
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.

2 participants