Below you will find pages that utilize the taxonomy term “actions”
January 26, 2026
Generate Generic Attestations
Version updated for https://github.com/actions/attest to version v3.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 177 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The actions/attest GitHub Action automates the generation and signing of artifact attestations, linking workflow artifacts to their associated assertions (predicates) using the in-toto format. It ensures the provenance and integrity of build artifacts by creating verifiable, short-lived signatures via Sigstore, and uploads these signed attestations to the GitHub attestations API for tracking and verification.
January 22, 2026
Setup Java JDK
Version updated for https://github.com/actions/setup-java to version v5.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,000,726 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-java GitHub Action automates the process of setting up specific Java versions and distributions on GitHub Actions runners, enabling seamless integration with Java and Scala projects. It simplifies tasks like managing Java installations, configuring build tools (Maven, Gradle, sbt), caching dependencies, handling GPG keys, and supporting Maven toolchains.
January 22, 2026
Setup Python
Version updated for https://github.com/actions/setup-python to version v6.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,585,197 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-python GitHub Action automates the setup of Python or PyPy environments for workflows by installing specific versions and adding them to the system PATH. It simplifies dependency management by offering optional caching for tools like pip, pipenv, and poetry, and enhances error handling with integrated problem matchers.
January 19, 2026
AI Inference
Version updated for https://github.com/actions/ai-inference to version v2.0.5.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,844 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action facilitates the use of AI models in workflows by enabling automated inference and response generation based on text prompts or structured input files. It streamlines tasks such as generating responses, processing templates, and handling JSON schema outputs using AI models, simplifying complex workflows that require AI-driven automation.
January 17, 2026
Cache
Version updated for https://github.com/actions/cache to version v5.0.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Actions Cache action enables caching of dependencies and build outputs to significantly improve workflow execution time in CI/CD pipelines. By reusing previously saved data, it reduces redundant downloads and computation, enhancing efficiency and performance.
January 15, 2026
Setup Node.js environment
Version updated for https://github.com/actions/setup-node to version v6.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,976,789 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-node GitHub Action automates the process of setting up a specific Node.js version in workflows, optionally caching Node.js distributions and npm/yarn/pnpm dependencies to improve efficiency. It also provides error detection using problem matchers and supports authentication for npm and GitHub Package Registry (GPR).
January 14, 2026
Setup .NET Core SDK
Version updated for https://github.com/actions/setup-dotnet to version v5.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 307,371 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-dotnet GitHub Action automates the setup of a .NET CLI environment in workflows by downloading, caching, and configuring specific .NET SDK versions. It simplifies managing multiple SDK versions, registers problem matchers for error output, and enables authentication to private package sources.
January 13, 2026
Setup Go environment
Version updated for https://github.com/actions/setup-go to version v6.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 498,184 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-go GitHub Action automates the setup of a Go programming environment for workflows. It downloads, caches, and configures specific Go versions, integrates error matchers, and provides intelligent caching for Go modules and build outputs.
December 19, 2025
Generate Generic Attestations
Version updated for https://github.com/actions/attest to version v3.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 163 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump @actions/attest from 1.6.0 to 2.0.0 by @dependabot[bot] in https://github.com/actions/attest/pull/299 Bump @actions/core from 1.11.1 to 2.0.1 by @dependabot[bot] in https://github.com/actions/attest/pull/318 Create Artifact Metadata Storage Record on registry push by @malancas in https://github.
December 13, 2025
Cache
Version updated for https://github.com/actions/cache to version v5.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.
If you are using self-hosted runners, ensure they are updated before upgrading.
v5.0.1 What’s Changed fix: update @actions/cache for Node.
December 12, 2025
Cache
Version updated for https://github.com/actions/cache to version v5.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.
If you are using self-hosted runners, ensure they are updated before upgrading.
What’s Changed Upgrade to use node24 by @salmanmkc in https://github.
December 4, 2025
Setup Java JDK
Version updated for https://github.com/actions/setup-java to version v5.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 994,610 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed New Features Add support for .sdkmanrc file in java-version-file parameter by @guicamest in https://github.com/actions/setup-java/pull/736 Add support for Microsoft OpenJDK 25 builds by @the-mod in https://github.com/actions/setup-java/pull/927 Bug Fixes & Improvements Update Regex to Support All ASDF Versions for the supported distributions in tool-versions File by @aparnajyothi-y in https://github.
December 3, 2025
Setup Node.js environment
Version updated for https://github.com/actions/setup-node to version v6.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,949,851 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Enhancement: Remove always-auth configuration handling by @priyagupta108 in https://github.com/actions/setup-node/pull/1436 Dependency updates: Upgrade @actions/cache from 4.0.3 to 4.1.0 by @dependabot[bot] in https://github.com/actions/setup-node/pull/1384 Upgrade actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/actions/setup-node/pull/1439 Upgrade js-yaml from 3.
December 3, 2025
Close Stale Issues
Version updated for https://github.com/actions/stale to version v10.1.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 210,463 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug Fix Add Missing Input Reading for only-issue-types by @Bibo-Joshi in https://github.com/actions/stale/pull/1298 Improvement Improves error handling when rate limiting is disabled on GHES. by @chiranjib-swain in https://github.com/actions/stale/pull/1300 Dependency Upgrades Upgrade eslint-config-prettier from 8.
December 1, 2025
AI Inference
Version updated for https://github.com/actions/ai-inference to version v2.0.4.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,547 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Clarify token requirements for MCP integration by @GulerSevil in https://github.com/actions/ai-inference/pull/139 Pass GitHub MCP Tools by @maartenvandiemen in https://github.com/actions/ai-inference/pull/142 New Contributors @GulerSevil made their first contribution in https://github.com/actions/ai-inference/pull/139 @maartenvandiemen made their first contribution in https://github.
November 28, 2025
AI Inference
Version updated for https://github.com/actions/ai-inference to version v2.0.3.
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 What’s Changed Mock inference in CI by @sgoedecke in https://github.com/actions/ai-inference/pull/150 Full Changelog: https://github.com/actions/ai-inference/compare/v2...v2.0.3
November 25, 2025
Setup .NET Core SDK
Version updated for https://github.com/actions/setup-dotnet to version v5.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 304,284 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Upgrade typescript from 5.4.2 to 5.9.2 and document breaking changes in v5 by @dependabot in https://github.com/actions/setup-dotnet/pull/624 Upgrade eslint-plugin-jest from 27.9.0 to 29.0.1 by @dependabot in https://github.com/actions/setup-dotnet/pull/648 Upgrade actions/publish-action from 0.3.0 to 0.
November 25, 2025
Setup Python
Version updated for https://github.com/actions/setup-python to version v6.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,559,149 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Enhancements: Add support for pip-install input by @gowridurgad in https://github.com/actions/setup-python/pull/1201 Add graalpy early-access and windows builds by @timfel in https://github.com/actions/setup-python/pull/880 Dependency and Documentation updates: Enhanced wording and updated example usage for allow-prereleases by @yarikoptic in https://github.
November 24, 2025
AI Inference
Version updated for https://github.com/actions/ai-inference to version v2.0.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,507 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/actions/ai-inference/pull/94 docs: update documentation on mcp usage by @FidelusAleksander in https://github.com/actions/ai-inference/pull/93 Clarify PAT requirement for github-mcp-token by @srt32 in https://github.com/actions/ai-inference/pull/147 fix: do template substition after parsing prompt YAML by @dsanders11 in https://github.
July 21, 2025
AI Inference
Version updated for https://github.com/actions/ai-inference to version v1.2.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 745 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump super-linter/super-linter from 7.4.0 to 8.0.0 by @dependabot[bot] in https://github.com/actions/ai-inference/pull/62 Add GitHub Actions workflow for releasing new version by @sgoedecke in https://github.com/actions/ai-inference/pull/59 Update readme to say MCP needs a PAT by @sgoedecke in https://github.
July 16, 2025
AI Inference
Version updated for https://github.com/actions/ai-inference to version v1.2.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 716 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fixup bundle by @sgoedecke in https://github.com/actions/ai-inference/pull/58 Full Changelog: https://github.com/actions/ai-inference/compare/v1.2.1...v1.2.2
June 12, 2025
Attest SBOM
Version updated for https://github.com/actions/attest-sbom to version v2.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 247 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from 2.2.1 to 2.3.0 in the actions-minor group by @dependabot in https://github.com/actions/attest-sbom/pull/169 Bump undici from 5.28.5 to 5.29.0 by @dependabot in https://github.com/actions/attest-sbom/pull/172 Bump actions/attest from 2.3.0 to 2.4.0 by @bdehamer in https://github.
May 27, 2025
AI Inference
Version updated for https://github.com/actions/ai-inference to version v1.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 251 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed read prompt from file and print output to file by @aiqiaoy in https://github.com/actions/ai-inference/pull/15 Clarify description in README by @joshmgross in https://github.com/actions/ai-inference/pull/10 Bump @rollup/rollup-linux-x64-gnu from 4.39.0 to 4.40.0 by @dependabot in https://github.com/actions/ai-inference/pull/13 Bump the npm-development group across 1 directory with 14 updates by @dependabot in https://github.
May 8, 2025
Setup Go environment
Version updated for https://github.com/actions/setup-go to version v5.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 445,831 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug fixes: Update self-hosted environment validation by @priyagupta108 in https://github.com/actions/setup-go/pull/556 Add manifest validation and improve error handling by @priyagupta108 in https://github.com/actions/setup-go/pull/586 Update template link by @jsoref in https://github.com/actions/setup-go/pull/527 Dependency updates: Upgrade @action/cache from 4.
May 4, 2025
Create GitHub App Token
Version updated for https://github.com/actions/create-github-app-token to version v2.0.6.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 9,245 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 2.0.6 (2025-05-03) Bug Fixes replace - with _ (#246) (3336784)
May 3, 2025
Create GitHub App Token
Version updated for https://github.com/actions/create-github-app-token to version v2.0.5.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 9,228 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 2.0.5 (2025-05-02) Bug Fixes deps: bump the production-dependencies group with 3 updates (#240) (d64d7d7)
May 1, 2025
Create GitHub App Token
Version updated for https://github.com/actions/create-github-app-token to version v2.0.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 9,201 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 2.0.3 (2025-05-01) Bug Fixes README: use v2 in examples (#234) (9ba274d), closes #232 use core.getBooleanInput() to retrieve boolean input values (#223) (c3c17c7)
May 1, 2025
AI Inference
Version updated for https://github.com/actions/ai-inference to version v1.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 64 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Initial release
Full Changelog: https://github.com/actions/ai-inference/compare/v0.0.0...v1.0.0
April 24, 2025
Setup Python
Version updated for https://github.com/actions/setup-python to version v5.6.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,417,195 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Workflow updates related to Ubuntu 20.04 by @aparnajyothi-y in https://github.com/actions/setup-python/pull/1065 Fix for Candidate Not Iterable Error by @aparnajyothi-y in https://github.com/actions/setup-python/pull/1082 Upgrade semver and @types/semver by @dependabot in https://github.com/actions/setup-python/pull/1091 Upgrade prettier from 2.
March 28, 2025
Create GitHub App Token
Version updated for https://github.com/actions/create-github-app-token to version v1.12.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 8,246 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.12.0 (2025-03-27) Features permissions (#168) (0e0aa99)