August 3, 2026
PlanGuard BYO-AI Explanation
Version updated for https://github.com/Theorvane/planguard to version v1.0.4.
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 PlanGuard automates the process of reviewing Terraform plans by sanitizing them before sending an AI explanation. It ensures that sensitive values are removed from the plan, maintaining a clear boundary between policy decisions and AI assistance. The tool runs in GitHub Actions without needing external services, using only secrets for API keys and environment-protected authentication.
August 3, 2026
List Go Platforms
Version updated for https://github.com/theory/go-dist-action to version v0.1.2.
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 action generates a JSON array of Go-supported platform objects, allowing for the exclusion of specific OSes and architectures. It adds an OS-relevant emoji and GitHub runner to each object. The output can be used to automate tasks involving building or testing across different platforms.
August 3, 2026
Wails3 Build Action
Version updated for https://github.com/ToQuery/wails3-build-action to version v3-alpha.14.
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 the building of Wails.io projects, a modern cross-platform application framework. It installs GoLang and NodeJS, builds the application for specified platforms, and optionally uploads artifacts to GitHub or releases them on tags. The action supports various build configurations through customizable parameters, making it versatile for different development environments and workflows.
August 3, 2026
AI Changelog Updater
Version updated for https://github.com/vscheuber/ai-changelog-action to version v1.1.10.
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 automates the process of updating a CHANGELOG.md file by using an AI language model to generate a changelog entry. It gathers information from Git history, merged pull requests, and related repositories, then generates user-focused changes while preserving existing content. Special handling is provided for full releases, consolidating pre-release notes into a clean final version.
August 3, 2026
Zig Actions
Version updated for https://github.com/YetAnotherMechanicusEnjoyer/zig-actions to version v1.0.2.
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 documentation generation. It reports compiler errors directly as GitHub annotations for the CI workflow, and also supports deploying generated documentation to a GitHub Pages branch. The action can be configured with various inputs such as Zig version, working directory, test and doc commands, and deployment settings.
August 3, 2026
B.IA Accessibility Checker
Version updated for https://github.com/YuriFAToledo/B.IA to version v0.1.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary B.IA is a GitHub Action that automates accessibility checks in CI/CD pipelines. It allows companies to define audiences and guideline percentages, ensuring compliance with WCAG guidelines. The AI component analyzes guidelines at an abstract level, helping developers meet accessibility standards efficiently.
August 2, 2026
AI Agent Discipline Linter
Version updated for https://github.com/naimkatiman/continuous-improvement to version v3.22.0.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Claude Code is an AI language model that automatically adds three layers of checks and planning to ensure its edits are based on real facts and verified before “done”. It uses a runtime hook and bundled skills to enforce one task per session, conduct TDD, and verify progress in six phases. Continuous Improvement also captures lessons learned and surfaces the most relevant fix from past sessions for related prompts.
August 2, 2026
AI Harness Doctor
Version updated for https://github.com/NieZhuZhu/ai-harness-doctor to version v1.22.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 AI Harness Doctor audits and consolidates documentation files to ensure that they are comprehensive, coherent, and up-to-date. It helps teams streamline agent instructions by removing inconsistencies and duplicates, leading to more accurate responses and improved performance. This tool ensures that the AI harness is well-maintained and effective in providing clear guidance to developers.
August 2, 2026
Feishu Build Notify
Version updated for https://github.com/ningkaikok/feishu-notify-action to version v1.0.0.
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 The feishu-notify-action is a GitHub Action that sends notifications to a custom robot in the Fly书 group using Python. It only uses standard libraries, is a composite action, and does not require Docker or image building. It can be easily integrated into existing CI/CD pipelines without needing any software installations or setup.
August 2, 2026
HTML Inline Actions
Version updated for https://github.com/ntsk/html-inline-actions to version v1.2.0.
This action is used across all versions by ? 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 inlines CSS, JavaScript, and images into HTML files to reduce HTTP requests and improve page load times. It supports batch processing of multiple files and can be configured to skip certain types of inlining based on file type or link attributes.