Below you will find pages that utilize the taxonomy term “actions”
October 24, 2024
Setup .NET Core SDK
Version updated for actions/setup-dotnet to version v4.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 246,786 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add workflow file for publishing releases to immutable action package by @Jcambass in https://github.com/actions/setup-dotnet/pull/548 Upgrade IA Publish by @Jcambass in https://github.com/actions/setup-dotnet/pull/550 Bug fixes : Fixed Basic Validation failure checks by @HarithaVattikuti in https://github.
October 24, 2024
Setup Go environment
Version updated for actions/setup-go to version v5.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 394,774 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add workflow file for publishing releases to immutable action package by @Jcambass in https://github.com/actions/setup-go/pull/500 Upgrade IA Publish by @Jcambass in https://github.com/actions/setup-go/pull/502 Add architecture to cache key by @Zxilly in https://github.com/actions/setup-go/pull/493 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
October 24, 2024
Setup Java JDK
Version updated for actions/setup-java to version v4.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 827,166 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Upgrade IA Publish by @Jcambass in #686 Bug fixes: Improve archive extraction on windows runners without powershell core and Update micromatch dependency by @priyagupta108 in #689 Update workflows for GraalVM and Version Enhancements by @mahabaleshwars in #699 Refine isGhes logic by @jww3 in #697 New Contributors: @priyagupta108 made their first contribution in https://github.
October 24, 2024
Setup Node.js environment
Version updated for actions/setup-node to version v4.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,299,769 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Resolve High Security Alerts by upgrading Dependencies by @aparnajyothi-y in https://github.com/actions/setup-node/pull/1132 Upgrade IA Publish by @Jcambass in https://github.com/actions/setup-node/pull/1134 Revise isGhes logic by @jww3 in https://github.com/actions/setup-node/pull/1148 Add architecture to cache key by @pengx17 in https://github.
October 24, 2024
Setup Python
Version updated for actions/setup-python to version v5.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,181,401 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add workflow file for publishing releases to immutable action package by @Jcambass in https://github.com/actions/setup-python/pull/941 Upgrade IA publish by @Jcambass in https://github.com/actions/setup-python/pull/943 Bug Fixes: Normalise Line Endings to Ensure Cross-Platform Consistency by @priya-kinthali in https://github.
October 22, 2024
Cache
Version updated for actions/cache to version v4.1.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,067,770 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add Bun example by @idleberg in https://github.com/actions/cache/pull/1456 Revise isGhes logic by @jww3 in https://github.com/actions/cache/pull/1474 Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/actions/cache/pull/1475 Add dependabot.yml to enable automatic dependency upgrades by @Link- in https://github.
October 9, 2024
Cache
Version updated for actions/cache to version v4.1.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,055,215 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Restore original behavior of cache-hit output by @joshmgross in https://github.com/actions/cache/pull/1467 Full Changelog: https://github.com/actions/cache/compare/v4.1.0...v4.1.1
October 5, 2024
Cache
Version updated for actions/cache to version v4.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,052,324 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix cache-hit output when cache missed by @fchimpan in https://github.com/actions/cache/pull/1404 Deprecate save-always input by @joshmgross in https://github.com/actions/cache/pull/1452 New Contributors @ottlinger made their first contribution in https://github.com/actions/cache/pull/1437 @Olegt0rr made their first contribution in https://github.
September 19, 2024
Setup Node.js environment
Version updated for actions/setup-node to version v4.0.4.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,228,111 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add workflow file for publishing releases to immutable action package by @Jcambass in https://github.com/actions/setup-node/pull/1125 Enhance Windows ARM64 Setup and Update micromatch Dependency by @priyagupta108 in https://github.com/actions/setup-node/pull/1126 Documentation changes: Documentation update in the README file by @suyashgaonkar in https://github.
September 12, 2024
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.11.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 3,905 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Features Allow repositories input to be comma or newline-separated by @peter-evans in https://github.com/actions/create-github-app-token/pull/169 New Contributors @peter-evans made their first contribution in https://github.com/actions/create-github-app-token/pull/169 Full Changelog: https://github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0
September 9, 2024
Setup Java JDK
Version updated for actions/setup-java to version v4.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 800,565 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed
Add support for SapMachine JDK/JRE by @Shegox in #614 steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: ‘sapmachine’ java-version: ’21’ Bug fixes :
Fix typos on Corretto by @johnshajiang in #666 IBM Semeru Enhancement on arm64 by @mahabaleshwars in #677 Resolve Basic Validation Check Failures by @aparnajyothi-y
in #682 New Contributors :
September 4, 2024
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.10.4.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 3,752 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.10.4 (2024-09-04) Bug Fixes deps: bump the production-dependencies group across 1 directory with 3 updates (#166) (e177c20), closes #641 #641 #639 #638 #637 #636 #633 #632 #631 #630 #629 #714 #711 #714 #716 #711 #712 #710 #709 #708 #702 #706 #3458 #3461 #3460 #3454 #3450 #3445
August 29, 2024
Setup Python
Version updated for actions/setup-python to version v5.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,124,367 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug fixes: Add .zip extension to Windows package downloads for Expand-Archive Compatibility by @priyagupta108 in https://github.com/actions/setup-python/pull/916 This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .
August 23, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.4.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 62 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from 1.4.0 to 1.4.1 by @bdehamer in https://github.com/actions/attest-sbom/pull/98 Includes bug fix for issue with authenticated proxies (https://github.com/actions/toolkit/issues/1798) Full Changelog: https://github.com/actions/attest-sbom/compare/v1.4.0...v1.4.1
August 5, 2024
Setup Java JDK
Version updated for actions/setup-java to version v4.2.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 783,123 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug fixes: Fix macos latest check failures by @HarithaVattikuti in https://github.com/actions/setup-java/pull/634 Fix dragonwell distribution parsing issues by @Accelerator1996 in https://github.com/actions/setup-java/pull/643 Documentation changes Update advanced documentation for java-version-file by @mahabaleshwars in https://github.com/actions/setup-java/pull/622 Dependency updates: Bump undici from 5.
July 31, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 46 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from 1.3.3 to 1.4.0 by @bdehamer in https://github.com/actions/attest-sbom/pull/85 Add show-summary input Format summary output as list Full Changelog: https://github.com/actions/attest-sbom/compare/v1.3.3...v1.4.0
July 10, 2024
Setup Go environment
Version updated for actions/setup-go to version v5.0.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 364,206 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug fixes: Fix versions check failure by @HarithaVattikuti in https://github.com/actions/setup-go/pull/479 Dependency updates: Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by @dependabot in https://github.com/actions/setup-go/pull/487 New Contributors @HarithaVattikuti made their first contribution in https://github.
July 10, 2024
Setup Python
Version updated for actions/setup-python to version v5.1.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,079,744 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug fixes: fix(ci): update all failing workflows by @mayeut in https://github.com/actions/setup-python/pull/863 This update ensures compatibility and optimal performance of workflows on the latest macOS version. Documentation changes: Documentation update for cache by @gowridurgad in https://github.
July 10, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.3.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 38 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from 1.3.2 to 1.3.3 by @bdehamer in https://github.com/actions/attest-sbom/pull/80 Bugfix for properly handling glob exclusion patterns in subject-path input Full Changelog: https://github.com/actions/attest-sbom/compare/v1.3.2...v1.3.3
July 9, 2024
Setup .NET Core SDK
Version updated for actions/setup-dotnet to version v4.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 226,936 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Documentation changes: Update README.md to use latest action version by @mikes-gh in https://github.com/actions/setup-dotnet/pull/502 Update links to runner software by @samuel-w in https://github.com/actions/setup-dotnet/pull/499 Dependency updates: Bump undici from 5.27.2 to 5.28.3 by @dependabot in https://github.
July 9, 2024
Setup Node.js environment
Version updated for actions/setup-node to version v4.0.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,096,795 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug fixes: Fix macos latest check failures by @HarithaVattikuti in https://github.com/actions/setup-node/pull/1041 Documentation changes: Documentation update to update default Node version to 20 by @bengreeley in https://github.com/actions/setup-node/pull/949 Dependency updates: Bump undici from 5.
July 1, 2024
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.10.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,800 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.10.3 (2024-07-01) Bug Fixes deps: bump undici from 6.18.2 to 6.19.2 in the production-dependencies group (#149) (cc82279), closes #3337 nodejs/undici#3338 nodejs/undici#3340 nodejs/undici#3332 nodejs/undici#3335 nodejs/undici#3305 nodejs/undici#3303 nodejs/undici#3304 nodejs/undici#3306 nodejs/undici#3309 nodejs/undici#3313 nodejs/undici#3311 nodejs/undici#3107 nodejs/undici#3302 nodejs/undici#3320 nodejs/undici#3321 nodejs/undici#3316 nodejs/undici#3318 nodejs/undici#3326 nodejs/undici#3324 nodejs/undici#3325 nodejs/undici#3316 nodejs/undici#3318 #3342 #3332 #3340 #3337 #3338 #3336 #3335 #3325 #3324 #3326
June 26, 2024
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.10.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,727 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.10.2 (2024-06-26) Bug Fixes do not revoke token if already expired (#147) (66a7045), closes #140 #95
June 18, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 33 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from 1.3.1 to 1.3.2 by @bdehamer in https://github.com/actions/attest-sbom/pull/75 Increase timeout for OCI operations Full Changelog: https://github.com/actions/attest-sbom/compare/v1.3.1...v1.3.2
June 14, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.3.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 30 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from 1.3.0 to 1.3.1 by @bdehamer in https://github.com/actions/attest-sbom/pull/72 Bugfix when detecting support for the referrers API with OCI registries Full Changelog: https://github.com/actions/attest-sbom/compare/v1.3.0...v1.3.1
June 13, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 30 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest action to v1.3.0 by @bdehamer in https://github.com/actions/attest-sbom/pull/71 Dynamic construction of GitHub API URLs based on GITHUB_SERVER_URL Improved handling of Rekor 409 responses Bugfix - detection of registries with support for the OCI referrers API Full Changelog: https://github.
June 4, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 23 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from 1.1.2 to 1.2.0 by @bdehamer in https://github.com/actions/attest-sbom/pull/67 Batch processing w/ exponential backoff Enforce 16MB limit on predicate size Bugfix when pushing attestation to OCI registry Full Changelog: https://github.com/actions/attest-sbom/compare/v1.1.2...v1.2.0
June 3, 2024
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.10.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,342 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.10.1 (2024-06-03) Bug Fixes deps: bump the production-dependencies group with 2 updates (#138) (8d81a59), closes #606 #606 #605 #604 nodejs/undici#3295 nodejs/undici#3298 nodejs/undici#3294 nodejs/undici#3281 nodejs/undici#3286 nodejs/undici#3284 nodejs/undici#3291 nodejs/undici#3290 nodejs/undici#3283 nodejs/undici#3281 nodejs/undici#3263 nodejs/undici#3279 nodejs/undici#3227 nodejs/undici#3234 nodejs/undici#3240 nodejs/undici#3245 nodejs/undici#3241 nodejs/undici#3247 nodejs/undici#3248 nodejs/undici#3219 nodejs/undici#3251 nodejs/undici#3254 nodejs/undici#3258 nodejs/undici#3257 nodejs/undici#3259 nodejs/undici#3262 nodejs/undici#3264 nodejs/undici#3118 nodejs/undici#3269 #3301 #3294 #3298 #3295 #3293 #3283 #3290 #3291 #3284 #3286
May 17, 2024
Generate Generic Attestations
Version updated for actions/attest to version v1.1.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Downcase subject name for OCI images by @bdehamer in https://github.com/actions/attest/pull/63 Bump @sigstore/oci from 0.3.2 to 0.3.3 by @bdehamer in https://github.com/actions/attest/pull/66 Fix accept header when retrieving image manifest Support variants of the Docker Hub registry name Full Changelog: https://github.
May 17, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.1.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 17 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from 1.1.1 to 1.1.2 by @bdehamer in https://github.com/actions/attest-sbom/pull/63 Downcase subject name for OCI images Fix accept header when retrieving image manifest Support variants of the Docker Hub registry name Full Changelog: https://github.
May 11, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.1.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 14 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from v1.1.0 to v1.1.1 by @bdehamer in https://github.com/actions/attest-sbom/pull/61 Bump @sigstore/sign from 2.3.0 to 2.3.1 Bump @sigstore/oci from 0.3.0 to 0.3.2 Include more detail in error logging Send API errors to GHA debug log Fix bug preventing failed API requests from being retried Full Changelog: https://github.
May 7, 2024
Generate Generic Attestations
Version updated for actions/attest to version v1.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed add list support for subjectPath input by @bdehamer in https://github.com/actions/attest/pull/51 fix typos in README and action.yml by @bdehamer in https://github.com/actions/attest/pull/52 limit attestation subject count by @bdehamer in https://github.com/actions/attest/pull/53 ensure subject globs match only files by @bdehamer in https://github.
May 7, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest to v1.1.0 by @bdehamer in https://github.com/actions/attest-sbom/pull/58 adds list support for subjectPath input limit attestation subject count ensure subject globs match only files Full Changelog: https://github.com/actions/attest-sbom/compare/v1.0.0...v1.1.0
May 2, 2024
Setup Go environment
Version updated for actions/setup-go to version v5.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 343,482 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump undici from 5.28.2 to 5.28.3 and dependencies upgrade by @dependabot , @HarithaVattikuti in https://github.com/actions/setup-go/pull/465 Update documentation with latest V5 release notes by @ab in https://github.com/actions/setup-go/pull/459 Update version documentation by @178inaba in https://github.
May 2, 2024
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.10.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,899 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.10.0 (2024-05-01) Features private-key: escaped newlines will be replaced (#132) (9d23fb9)
May 1, 2024
Generate Generic Attestations
Version updated for actions/attest to version v1.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump @actions/attest from 1.0.0 to 1.1.0 by @bdehamer in https://github.com/actions/attest/pull/30 Update README.md to refer to attestations permission by @phillmv in https://github.com/actions/attest/pull/37 Update annotation scheme for OCI bundles by @bdehamer in https://github.com/actions/attest/pull/29 Bump @sigstore/oci from 0.
May 1, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Remove embedded anchore/sbom-action by @bdehamer in https://github.com/actions/attest-sbom/pull/45 Update README.md to refer to attestations permission by @phillmv in https://github.com/actions/attest-sbom/pull/41 Update actions/attest to v1.0.0 by @bdehamer in https://github.com/actions/attest-sbom/pull/47 Full Changelog: https://github.com/actions/attest-sbom/compare/v0.1.1...v1.0.0
April 1, 2024
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.9.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,531 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.9.2 (2024-04-01) Bug Fixes deps: bump the production-dependencies group with 1 update (#123) (beea7b8), closes nodejs/undici#2978 nodejs/undici#2971 nodejs/undici#2980 #2982 nodejs/undici#2983 nodejs/undici#2987 nodejs/undici#2991 #2986 nodejs/undici#2992 nodejs/undici#2985 nodejs/undici#2993 nodejs/undici#2995 nodejs/undici#2998 #2863 nodejs/undici#2999 nodejs/undici#3001 nodejs/undici#2971 nodejs/undici#2980 nodejs/undici#2983 nodejs/undici#2987 nodejs/undici#2991 nodejs/undici#2985 nodejs/undici#2995 nodejs/undici#2960 nodejs/undici#2959 nodejs/undici#2969 nodejs/undici#2962 nodejs/undici#2974 nodejs/undici#2967 nodejs/undici#2966 nodejs/undici#2969 nodejs/undici#2962 nodejs/undici#2826 nodejs/undici#2952 #3001 #2863 #2999 #2998 #2993 #2986 #2992 #2991 #2987
March 26, 2024
Setup Python
Version updated for actions/setup-python to version v5.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 984,259 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by @Shegox in https://github.
March 2, 2024
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.9.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,207 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.9.0 (2024-03-01) Features outputs: app-slug and installation-id (#105) (babaff4)
February 28, 2024
Setup Java JDK
Version updated for actions/setup-java to version v4.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 690,785 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Added Windows Arm64 Support for Windows Arm64 Runners by @mahabaleshwars in https://github.com/actions/setup-java/pull/595 feat: bump actions/checkout and actions/setup-java to v4 by @kbdharun in https://github.com/actions/setup-java/pull/533 Handle authorization when the token is undefined by @peter-murray in https://github.
February 22, 2024
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.8.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,122 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.8.1 (2024-02-21) Bug Fixes deps: bump undici from 6.6.0 to 6.6.1 (#103) (5195df7)
February 15, 2024
Build Jekyll for GitHub Pages
Version updated for actions/jekyll-build-pages to version v1.0.12.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 91,241 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Bump to v231 and prepare release @yoannchaudet (#118) See details of all code changes since previous release.
February 14, 2024
Build Jekyll for GitHub Pages
Version updated for actions/jekyll-build-pages to version v1.0.11.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 90,972 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Forgot to bump the version @yoannchaudet (#117) Bump pages-gem to v230 @yoannchaudet (#116) Bump release-drafter/release-drafter from 5 to 6 @dependabot (#114) Bump actions/upload-artifact from 3 to 4 @dependabot (#113) See details of all code changes since previous release.
December 7, 2023
Close Stale Issues
Version updated for actions/stale to version v9.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 123,990 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Breaking Changes Action is now stateful: If the action ends because of operations-per-run then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed.
December 7, 2023
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.6.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 465 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.6.2 (2023-12-06) Bug Fixes handle clock skew (#87) (495056a)
December 6, 2023
Setup Go environment
Version updated for actions/setup-go to version v5.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 310,968 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed In scope of this release, we change Nodejs runtime from node16 to node20 (https://github.com/actions/setup-go/pull/421). Moreover, we update some dependencies to the latest versions (https://github.com/actions/setup-go/pull/445).
Besides, this release contains such changes as:
December 6, 2023
Setup Python
Version updated for actions/setup-python to version v5.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 892,775 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed In scope of this release, we update node version runtime from node16 to node20 (https://github.com/actions/setup-python/pull/772). Besides, we update dependencies to the latest versions.
Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0
December 5, 2023
Setup Python
Version updated for actions/setup-python to version v4.8.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 891,931 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed In scope of this release we added support for GraalPy (https://github.com/actions/setup-python/pull/694). You can use this snippet to set up GraalPy:
steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 'graalpy-22.3' - run: python my_script.
December 4, 2023
Labeler
Version updated for actions/labeler to version v5.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 52,529 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed This release contains the following breaking changes:
The ability to apply labels based on the names of base and/or head branches was added (#186 and #54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#423 and #101).
December 4, 2023
Setup .NET Core SDK
Version updated for actions/setup-dotnet to version v4.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 185,333 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-dotnet will run on Node.
December 2, 2023
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.6.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 367 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.6.1 (2023-12-01) Bug Fixes deps: bump dependencies(#84) (474769d), closes #651 #648 #649 #651 #648 #646
November 18, 2023
GitHub Script
Version updated for actions/github-script to version v7.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 127,959 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Avoid setting baseUrl to undefined when input is not provided by @joshmgross in https://github.com/actions/github-script/pull/439 Full Changelog: https://github.com/actions/github-script/compare/v7.0.0...v7.0.1
November 17, 2023
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.6.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 288 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.6.0 (2023-11-16) Features add retry (#79) (0f3b4d7), closes #71
November 14, 2023
GitHub Script
Version updated for actions/github-script to version v7.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 127,359 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add base-url option by @robandpdx in https://github.com/actions/github-script/pull/429 Expose async-function argument type by @viktorlott in https://github.com/actions/github-script/pull/402, see for details https://github.com/actions/github-script#use-scripts-with-jsdoc-support Update dependencies and use Node 20 by @joshmgross in https://github.com/actions/github-script/pull/425 New Contributors @navarroaxel made their first contribution in https://github.
November 1, 2023
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.5.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 182 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.5.1 (2023-11-01) Bug Fixes deps: bump the production-dependencies group with 1 update (#68) (6375dce)
October 23, 2023
Setup Node.js environment
Version updated for actions/setup-node to version v4.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,562,259 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in https://github.com/actions/setup-node/pull/866
Besides, release contains such changes as:
Upgrade actions/checkout to v4 by @gmembre-zenika in https://github.
October 21, 2023
Build Jekyll for GitHub Pages
Version updated for actions/jekyll-build-pages to version v1.0.9.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 69,324 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Prepare 1.0.9 release @YiMysty (#103) set the error annotation @YiMysty (#102) Remove steps to publish Docker major tag @JamesMGreene (#95) See details of all code changes since previous release.
October 2, 2023
Setup Python
Version updated for actions/setup-python to version v4.7.1.
This publisher is shown as erified by GitHub. This action is used across all versions by 838,496 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/actions/setup-python/pull/702 Add range validation for toml files by @dmitry-shibanov in https://github.com/actions/setup-python/pull/726 Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1
September 20, 2023
Labeler
Version updated for actions/labeler to version v5.0.0-beta.1.
This publisher is shown as erified by GitHub. This action is used across all versions by 50,065 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed In scope of this beta release, the structure of the configuration file (.github/labeler.yml) was changed from
LabelName: - any: - changed-files: ['list', 'of', 'globs'] - base-branch: ['list', 'of', 'regexps'] - head-branch: ['list', 'of', 'regexps'] - all: - changed-files: ['list', 'of', 'globs'] - base-branch: ['list', 'of', 'regexps'] - head-branch: ['list', 'of', 'regexps'] to
September 20, 2023
Setup Java JDK
Version updated for actions/setup-java to version v3.13.0.
This publisher is shown as erified by GitHub. This action is used across all versions by 591,194 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s changed In the scope of this release, support for Dragonwell JDK was added by @Accelerator1996 in https://github.com/actions/setup-java/pull/532
steps: - name: Checkout uses: actions/checkout@v3 - name: Setup-java uses: actions/setup-java@v3 with: distribution: 'dragonwell' java-version: '17' Several inaccuracies were also fixed:
September 8, 2023
Cache
Version updated for actions/cache to version v3.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 770,096 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fixed readme with new segment timeout values by @kotewar in https://github.com/actions/cache/pull/1133 Readme fixes by @kotewar in https://github.com/actions/cache/pull/1134 Updated description of the lookup-only input for main action by @kotewar in https://github.com/actions/cache/pull/1130 Change two new actions mention as quoted text by @bishal-pdMSFT in https://github.
August 29, 2023
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.1.4.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.1.4 (2023-08-28) Bug Fixes release: build dist/ before release (#33) (9a6a017), closes #31
August 25, 2023
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.1.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.1.1 (2023-08-23) Bug Fixes deps: update [@octokit](https://github.com/octokit) packages to latest (#24) (b287cb8)
August 23, 2023
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.1.0 (2023-08-22) Features use node20 as runner (#23) (803e078), closes /github.com/actions/runner/issues/2619#issuecomment-1679003443
August 22, 2023
Create GitHub App Token
Version updated for actions/create-github-app-token to version v1.0.5.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.0.5 (2023-08-21) Bug Fixes README: fix name in usage examples (#12) (cb1fcdd)
August 17, 2023
Setup Node.js environment
Version updated for actions/setup-node to version v3.8.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,453,950 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed In scope of this release, the filter was removed within the cache-save step by @dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.
Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1
August 14, 2023
Setup Node.js environment
Version updated for actions/setup-node to version v3.8.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,447,809 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug fixes: Add check for existing paths by @dmitry-shibanov in https://github.com/actions/setup-node/pull/803 Resolve SymbolicLink by @dmitry-shibanov in https://github.com/actions/setup-node/pull/809 Change passing logic for cache input by @dmitry-shibanov in https://github.com/actions/setup-node/pull/816 Fix armv7 cache issue by @louislam in https://github.
August 8, 2023
Setup Go environment
Version updated for actions/setup-go to version v4.1.0. This action is used across all versions by 283,631 repositories.
Go to the GitHub Marketplace to find the latest changes.