January 2, 2026
Sentry Release
Version updated for https://github.com/getsentry/action-release to version v3.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 5,381 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Sentry Release GitHub Action automates the creation of Sentry releases within CI/CD workflows. It enables developers to track issues, regressions, and commits associated with specific code deployments, facilitating root cause identification and resolution.
January 2, 2026
Branch Release
Version updated for https://github.com/glitch452/branch-release to version v1.0.10.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Branch Release” GitHub Action automates the process of releasing code by building distribution files and publishing them to a designated GitHub branch. It determines the next semantic version based on commit messages following the Conventional Commits standard, updates version tags, and generates GitHub release notes.
January 2, 2026
Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.7.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Easy NPM Publish” GitHub Action automates the process of versioning, tagging, and publishing NPM packages by leveraging commit messages that follow the Conventional Commits standard. It eliminates the need for manual version updates by automatically determining the next semantic version and synchronizing git tags accordingly.
January 2, 2026
go-openapi composite action
Version updated for https://github.com/go-openapi/gh-actions to version v1.4.3.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides tools and reusable workflows for managing CI/CD processes in projects using go-openapi. It automates the installation and version pinning of critical Go-based tools (e.g., gotestsum, go-junit-report) using released binaries, ensuring consistent environments and reducing dependency issues. Additionally, it includes actions like wait-pending-jobs to address timing issues in workflows, improving the reliability of automated processes.
January 2, 2026
cls3-action
Version updated for https://github.com/go-to-k/cls3 to version v0.32.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The cls3 GitHub Action is a CLI tool designed to automate the process of managing Amazon S3 buckets by providing functionality to empty, delete, or manage multiple buckets at once. It simplifies tasks such as clearing buckets with versioning enabled, searching for and managing buckets across regions, and selectively deleting old object versions while retaining the latest ones.
January 2, 2026
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.10.1.
This action is used across all versions by 2,652 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, haskell-actions/setup, automates the setup of a Haskell development environment in CI workflows by installing and configuring specific versions of GHC, Cabal, and optionally Stack, while adding them to the system PATH. It solves the problem of managing Haskell toolchain dependencies and ensures compatibility by using pre-installed or custom-installed versions.
January 2, 2026
LLM Release Action
Version updated for https://github.com/nosovj/llm-release-action to version v1.3.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The LLM Release Action is a GitHub Action that analyzes commit history to recommend semantic version bumps and generate audience-specific changelogs, solving the challenge of manually determining version updates and creating tailored release notes. It automates tasks like detecting breaking changes, categorizing updates, and producing changelogs in multiple languages, tones, and formats for diverse stakeholders, ensuring clear and relevant communication.
January 2, 2026
Full Trivy Scan with CycloneDX SBOM
Version updated for https://github.com/RomainValmo/FullTrivyScanCycloneDX to version v1.0.6.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides an automated security analysis for projects by scanning Dockerfiles and dependency files, generating accurate CycloneDX SBOMs (Software Bill of Materials), and enriching them with vulnerability details and metadata. It simplifies the process of identifying vulnerabilities, categorizing components, and producing standardized reports, making it easier to manage security risks and ensure compliance with CycloneDX 1.
January 2, 2026
OpenIndiana-vm
Version updated for https://github.com/vmactions/openindiana-vm to version v1.0.0.
This action is used across all versions by 25 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action enables users to run CI workflows on OpenIndiana, an operating system not natively supported by GitHub Actions (which only supports Ubuntu, Windows, and macOS). It automates the setup and execution of CI processes within an OpenIndiana virtual machine, providing functionality such as environment variable synchronization, code sharing between host and VM, and configurable VM parameters like memory, CPU, and network settings.