July 20, 2026
Skip Duplicate Actions
Version updated for https://github.com/fkirc/skip-duplicate-actions to version v5.3.2.
This action is used across all versions by 9,714 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The skip-duplicate-actions GitHub Action provides features to optimize workflows by skipping duplicate runs, concurrent or parallel runs based on content changes, skipping ignored paths for performance, and canceling outdated workflow runs. It helps save time and costs by preventing unnecessary executions of workflows triggered under similar conditions.
July 20, 2026
ReleaseKit – Automated Versioning & Release
Version updated for https://github.com/goosewobbler/releasekit to version v0.41.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary ReleaseKit automates the release process by integrating with various package registries (npm, crates.io, pub.dev) using Conventional Commits. It provides a unified CLI (release) that can run versioning, notes generation, and publishing in a single command, streamlining the workflow for JavaScript/TypeScript, Rust, and Dart/Flutter packages.
July 20, 2026
action-tag-release-build
Version updated for https://github.com/heronlabs/action-tag-release-build to version v6.0.11.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action tag-release-build automates the process of bumping a version number, tagging a commit, moving floating major/minor tags, and publishing a GitHub release with a CHANGELOG. It supports semver bump types (major, minor, or patch) inferred from merge/HEAD commits using Conventional Commits, and optionally syncs package.json or Claude Code plugin files.
July 20, 2026
Docker Hub repository description
Version updated for https://github.com/its-me/action.hub.description to version v0.1.1.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Docker Hub repository action updates a Docker Hub repository’s short and full descriptions from a markdown file, replacing duplicated configuration across multiple repositories. It automates the process of updating description metadata in Docker Hub, saving time and effort by reducing redundancy in project configurations.
July 20, 2026
Aeroflare CI
Version updated for https://github.com/ItzEmoji/aeroflare to version v1.11.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Aeroflare is a high-performance Nix binary cache proxy that allows developers to store and retrieve Nix packages in an OCI registry. It provides stateless, zero-infrastructure caching with O(1) manifest lookups. The action automates the process of building and pushing Nix outputs to an OCI cache from CI, simplifying package management and reducing build times.
July 20, 2026
Semantic Release by Jedi Knights
Version updated for https://github.com/jedi-knights/go-semantic-release to version v0.11.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The semantic-release action is a production-grade tool written in Go that automates the process of generating semantic versions, creating changelogs, and publishing releases to GitHub. It supports monorepos with independent project versioning and branch policies, including stable releases on main, prereleases on beta/alpha/next. The action parses commit messages to determine release types, calculates next versions based on commit impact, and generates Markdown release notes grouped by commit type. It also provides features like dry-run mode for previewing releases without any mutations and dependency propagation for optional triggering dependent project releases.
July 20, 2026
mdsmith Markdown linter
Version updated for https://github.com/jeduden/mdsmith to version v0.53.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The mdsmith action checks and formats Markdown files in a repository using a static Go binary. It automates the process of maintaining consistent Markdown across different files and pipelines, providing auto-fix capabilities to improve readability and structure.
July 20, 2026
NeuroLink AI
Version updated for https://github.com/juspay/neurolink to version v9.95.3.
This action is used across all versions by 10 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary NeuroLink is an AI integration platform that allows developers to seamlessly integrate various AI providers and models into their applications. It provides a unified API that supports multiple providers such as OpenAI, Anthropic, Google, AWS Bedrock, Azure, and more. NeuroLink offers features like single parameter changes for provider switching, built-in tools, multi-provider failover, intelligent routing, and integration via CLI or TypeScript SDKs. The platform also includes new functionalities for avatar and music modalities, making it versatile for a wide range of applications.
July 20, 2026
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.69.0.
This action is used across all versions by 3,338 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action datamodel-code-generator automates the process of generating Python data models from various schema formats, including OpenAPI 3, AsyncAPI, JSON Schema, Avro, XML Schema, Protocol Buffers/gRPC, GraphQL, and raw data. It supports converting existing Python types to Pydantic, dataclass, or TypedDict classes, and generates models in different styles such as Pydantic v2, v2 dataclass, dataclasses, and msgspec. The action handles complex schemas and provides type-safe, validated code suitable for IDEs and type checkers.
July 20, 2026
HoverStare
Version updated for https://github.com/liuchong/hoverstare to version v0.1.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary HoverStare is an AI code review tool for GitHub pull requests that reads your repository like a human reviewer would. It provides a multi-pass voting system with an independent verifier to catch bugs that hide outside the diff, and generates precise inline comments. The action runs as a GitHub Action and can be customized with different models or endpoints.