December 22, 2025
Minecraft pack-format updater
Version updated for https://github.com/meza/action-minecraft-pack-versions to version v1.0.24.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Minecraft Pack Versions Action is a GitHub Action designed to automate the creation and maintenance of a JSON file that maps Minecraft versions to their corresponding datapack and resourcepack format numbers. It fetches official Minecraft version data, analyzes client JAR files to extract necessary format information, and can optionally automate commits and pull requests when updates are available.
December 22, 2025
Benchmark PR with AirspeedVelocity
Version updated for https://github.com/MilesCranmer/AirspeedVelocity.jl to version action-v1.2.0.
This action is used across all versions by 38 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary AirspeedVelocity.jl is a benchmarking tool for Julia packages that automates the generation, comparison, and visualization of performance benchmarks across different commits, branches, or tags. It simplifies benchmarking workflows with a command-line interface and integrates seamlessly into GitHub Actions to provide automated benchmarking results as pull request comments or job summaries.
December 22, 2025
Verdict PR Gate
Version updated for https://github.com/Rul1an/verdict-action to version v0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Verdict PR Gate GitHub Action automates the evaluation of pull requests by downloading and running a specified version of the Verdict binary to perform CI validation tasks such as executing verdict ci, generating JUnit and SARIF reports, and optionally uploading SARIF to GitHub Code Scanning.
December 22, 2025
New Go Release Binaries
Version updated for https://github.com/ui86/go-release-action to version v1.0.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Go 发布 GitHub Action” automates the building and releasing of Go binaries to GitHub Releases. It simplifies multi-architecture and cross-compilation workflows by supporting various GOOS/GOARCH combinations, automatically installing required cross-compilers for CGO projects, and generating compressed release artifacts with optional checksum files.
December 22, 2025
Vincis Terraform Init
Version updated for https://github.com/vincishq/github-action-terraform-init to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The github-action-terraform-init GitHub Action automates the execution of the terraform init command within a CI/CD workflow. It streamlines the initialization of Terraform working directories by automatically preparing backend configurations, providers, and necessary modules. This action simplifies infrastructure as code workflows and reduces manual setup effort for Terraform projects.
December 22, 2025
Serix AI Agent Security Test
Version updated for https://github.com/yuktathapliyal/serix to version v0.2.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action described in the README appears to be in pre-alpha development, and its specific functionality and purpose are not detailed in the provided content. However, it is actively being developed with a release target of December 2023, and breaking changes are expected until version 1.
December 22, 2025
Setup Maven with CodeArtifact
Version updated for https://github.com/agilecustoms/setup-maven-codeartifact to version v2.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action streamlines Maven-based workflows by enabling seamless integration with AWS CodeArtifact for dependency management and artifact publishing. It automates the setup of Java and Maven, AWS authorization, CodeArtifact token generation, and configuration of Maven settings, eliminating the need for manual configuration.
December 22, 2025
ollama-action
Version updated for https://github.com/ai-action/ollama-action to version v2.0.0.
This action is used across all versions by 22 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The ollama-action GitHub Action allows users to run Ollama’s large language models (LLMs) directly within GitHub Actions workflows. It automates tasks such as generating text-based responses to prompts by leveraging specific language models, making it useful for scenarios like automated documentation, question answering, or content generation.
December 22, 2025
setup-ollama
Version updated for https://github.com/ai-action/setup-ollama to version v2.0.0.
This action is used across all versions by 45 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-ollama GitHub Action automates the setup of the Ollama CLI within GitHub Actions workflows, enabling users to run large language model (LLM) prompts directly in CI/CD pipelines. It simplifies tasks like installing the Ollama CLI, executing model queries, and caching models for faster builds, providing an efficient solution for integrating LLM functionality into automated workflows.