Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[25.0 backport] gha: update actions to account for node 16 deprecation #47291

Merged
merged 13 commits into from Feb 1, 2024

Commits on Feb 1, 2024

  1. gha: update to actions/checkout@v4

    Release notes:
    
    - actions/checkout@v3.6.0...v4.1.1
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 0ffddc6)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e437f89 View commit details
    Browse the repository at this point in the history
  2. gha: update to actions/github-script@v7

    - full diff: actions/github-script@v6.4.1...v7.0.1
    
    breaking changes: https://github.com/actions/github-script?tab=readme-ov-file#v7
    
    > Version 7 of this action updated the runtime to Node 20
    > https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions
    >
    > All scripts are now run with Node 20 instead of Node 16 and are affected
    > by any breaking changes between Node 16 and 20
    >
    > The previews input now only applies to GraphQL API calls as REST API previews
    > are no longer necessary
    > https://github.blog/changelog/2021-10-14-rest-api-preview-promotions/.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit fb53ee6)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4e68a26 View commit details
    Browse the repository at this point in the history
  3. gha: update to actions/setup-go@v5

    - full diff: actions/setup-go@v3.5.0...v5.0.0
    
    v5
    
    In scope of this release, we change Nodejs runtime from node16 to node20.
    Moreover, we update some dependencies to the latest versions.
    
    Besides, this release contains such changes as:
    
    - Fix hosted tool cache usage on windows
    - Improve documentation regarding dependencies caching
    
    V4
    
    The V4 edition of the action offers:
    
    - Enabled caching by default
    - The action will try to enable caching unless the cache input is explicitly
      set to false.
    
    Please see "Caching dependency files and build outputs" for more information:
    https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit e27a785)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1d7df5e View commit details
    Browse the repository at this point in the history
  4. gha: update to docker/metadata-action@v5

    - Node 20 as default runtime (requires Actions Runner v2.308.0 or later)
    - full diff: docker/metadata-action@v4.6.0...v5.5.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 00a2626)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    02cd8de View commit details
    Browse the repository at this point in the history
  5. gha: update to docker/setup-buildx-action@v3

    - Node 20 as default runtime (requires Actions Runner v2.308.0 or later)
    - full diff: docker/setup-buildx-action@v2.10.0...v3.0.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit b7fd571)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    61ffecf View commit details
    Browse the repository at this point in the history
  6. gha: update to docker/bake-action@v4

    - Node 20 as default runtime (requires Actions Runner v2.308.0 or later)
    - full diff docker/bake-action@v2.3.0...v4.1.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 4a1839e)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2a80b8a View commit details
    Browse the repository at this point in the history
  7. gha: update to docker/setup-qemu-action@v3

    - Node 20 as default runtime (requires Actions Runner v2.308.0 or later)
    - full diff docker/setup-qemu-action@v2.2.0...v3.0.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 5d396e0)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9de1955 View commit details
    Browse the repository at this point in the history
  8. gha: update to docker/login-action@v3

    - Node 20 as default runtime (requires Actions Runner v2.308.0 or later)
    - full diff docker/login-action@v2.2.0...v3.0.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 0825197)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    081cffb View commit details
    Browse the repository at this point in the history
  9. gha: update to crazy-max/ghaction-github-runtime@v3

    - Node 20 as default runtime (requires Actions Runner v2.308.0 or later)
    - full diff: crazy-max/ghaction-github-runtime@v2.2.0...v3.0.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 3a81912)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0358f31 View commit details
    Browse the repository at this point in the history
  10. ci: update to actions/cache@v3

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    (cherry picked from commit a83557d)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    49487e9 View commit details
    Browse the repository at this point in the history
  11. ci: update to actions/download-artifact@v4 and actions/upload-artifac…

    …t@v4
    
    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    (cherry picked from commit 9babc02)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    693fca6 View commit details
    Browse the repository at this point in the history
  12. ci: update to codecov/codecov-action@v4

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    (cherry picked from commit 5a3c463)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6c5e527 View commit details
    Browse the repository at this point in the history
  13. ci: update to docker/bake-action@v4

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    (cherry picked from commit a2026ee)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f5ef4e7 View commit details
    Browse the repository at this point in the history