August 2, 2026
AI Changelog Updater
Version updated for https://github.com/vscheuber/ai-changelog-action to version v1.1.8.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action updates the “## Unreleased” section of your CHANGELOG.md using an LLM to produce user-focused changelog entries. It gathers Git history, PR titles and bodies, and optional activity from related repositories. For full releases, it consolidates pre-release notes into a clean, de-duplicated set for the final stable version. The action is reusable and can be used in any repository with GitHub Actions enabled.
August 2, 2026
Picket Secret Scanner
Version updated for https://github.com/willibrandon/picket to version v0.2.7.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Picket is a .NET secrets scanner that supports Gitleaks-compatible scanning, provides command-line and interactive tools, and integrates with CI/CD pipelines. It automates the detection of sensitive information in code changes, GitLab projects, Hugging Face resources, and more, using AOT-compiled binaries and libraries for security and performance.
August 2, 2026
install spaces
Version updated for https://github.com/work-spaces/install-spaces to version v0.20.1.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the installation of Spaces on a remote server. It simplifies the process of setting up Spaces by handling configuration files and dependencies automatically, reducing manual effort and improving deployment reliability.
What’s Changed What’s Changed Bump version to v0.20.1 by @tyler-gilbert in https://github.com/work-spaces/install-spaces/pull/39 Full Changelog: https://github.com/work-spaces/install-spaces/compare/v0.20.0...v0.20.1
August 2, 2026
spaces checkout run
Version updated for https://github.com/work-spaces/spaces-checkout-run to version v0.20.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 This GitHub Action automates the process of checking out and running a Space in a WorkSpaces project using the Spaces CLI. It simplifies the workflow by integrating these operations into a single action, reducing the need for manual steps. The action accepts inputs for checkout and run commands, and optionally requires a GitHub token for authentication.
August 2, 2026
cowork-harness
Version updated for https://github.com/yaniv-golan/cowork-harness to version v1.17.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 This GitHub Action is designed to automate and test Claude Cowork skills in a scriptable, CI-ready manner without relying on the Desktop app. It reproduces key aspects of Cowork’s runtime contract, including sealed filesystem, default-deny egress, and MCP-only cross-boundary behavior. This allows developers to test their skills across various scenarios and ensure compatibility with the platform before deploying them.
August 2, 2026
Zig Actions
Version updated for https://github.com/YetAnotherMechanicusEnjoyer/zig-actions to version v1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates Zig compilation, testing, and formatting checks in a repository. It reports compiler errors directly as GitHub annotations, making it easier for developers to debug issues quickly. The action supports both all-in-one workflows that run all tests and CI-only workflows that only perform CI tasks. Users can specify the version of Zig, working directory, test command, and whether the build should fail on error.
August 2, 2026
quorum-review
Version updated for https://github.com/yuting0624/quorum-review to version v1.7.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 This GitHub Action automates and improves code review by running two different AI models—Gemini and Claude—in parallel on the same pull request to find discrepancies and confirm findings independently. It ensures that any identified issues are not due to a single model’s blind spot, providing more reliable results.
August 2, 2026
zizmor-action
Version updated for https://github.com/zizmorcore/zizmor-action to version v0.6.2.
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 This GitHub Action uses the zizmor tool to analyze security findings from your code repository, providing detailed reports and annotations on issues such as security vulnerabilities and potential weaknesses. It integrates seamlessly with GitHub’s Advanced Security features, allowing users to visualize and manage security alerts directly within their repositories. The action is designed to be both efficient and user-friendly, offering flexible configuration options for advanced users while maintaining simplicity for beginners.
August 1, 2026
cibuild-action
Version updated for https://github.com/invarnhq/cibuild to version v2.4.7.
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 cibuild action helps automate iOS and Android CI/CD pipelines by generating non-interactive workflows from YAML configurations. It can auto-detect platforms, collect project-specific secrets, and generate pipeline templates suitable for AI-based agents. Users can customize these templates by adding their own steps or modifying existing ones through the command-line interface.
August 1, 2026
RollHook Deploy
Version updated for https://github.com/jkrumm/rollhook-action to version v1.8.0.
This action is used across all versions by 3 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment process using Docker and RollHook. It eliminates the need for secret management by utilizing OIDC tokens provided by GitHub Actions to authenticate with the RollHook registry. The action handles building, pushing, and deploying a Docker image in one step, providing real-time logs through SSE streams. The server-side authorization ensures that only authorized repositories can deploy images to specified branches or tags.