August 20, 2026
AI Changelog Updater
Version updated for https://github.com/vscheuber/ai-changelog-action to version v1.1.11.
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 The AI Changelog Updater is a GitHub Action that automates updating the ## Unreleased section of a CHANGELOG.md file by using an LLM. It gathers changes from Git history, merged pull requests, and optional related repositories to generate a user-focused changelog entry while preserving existing content. The action also supports handling full releases by consolidating pre-release notes into the final stable version’s changelog.
August 20, 2026
PokeRepo Dex
Version updated for https://github.com/wantaekchoi/pokerepo 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 This GitHub Action automatically updates a Pokémon-themed card on user’s repository READMEs, tracking their Pokémon level and adding them to the Pokémon Dex through commits and merged pull requests. The action is configured by modifying a simple line in the repository’s README and includes options for scheduling and manual triggering.
August 20, 2026
Container Build Flow Action
Version updated for https://github.com/wgtechlabs/container-build-flow-action to version v1.9.0.
This action is used across all versions by 6 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates container builds with intelligent tagging for Docker Hub and GitHub Container Registry based on the workflow context (PR, dev, patch, or WIP). It handles branch detection, tagging, building, and PR comments automatically without requiring manual configuration. The action supports dual registry support, smart tagging strategies, and integrates security features such as SBOMs and vulnerability scanning with Trivy.
August 20, 2026
Package Build Flow Action
Version updated for https://github.com/wgtechlabs/package-build-flow-action to version v2.2.0.
This action is used across all versions by 9 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Package Build Flow Action automates JavaScript package versioning, building, and publishing using intelligent flow detection. It supports dual registry support, monorepo processing, auto-scoping, smart versioning, security scanning, PR comments, dist-tag management, bot-safe validation, and zero configuration setup. The action automatically determines build type based on GitHub context and provides various features for managing package versions and publishing them to NPM Registry and/or GitHub Packages.
August 20, 2026
Release Build Flow Action
Version updated for https://github.com/wgtechlabs/release-build-flow-action to version v1.8.0.
This action is used across all versions by 13 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 creating releases and maintaining a changelog based on commit history, supporting both Clean Commit and Conventional Commit conventions. It automatically detects semantic version bumps, generates and syncs changelogs, updates manifest versions, commits changes, creates release tags, and publishes GitHub Releases. The action supports per-package and unified monorepo workflows with optional changelog commits back to the repository.
August 20, 2026
install spaces
Version updated for https://github.com/work-spaces/install-spaces to version v0.21.0.
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 The install-spaces GitHub action automates the installation of spaces (a project management tool) on a specified host. It simplifies the setup process by handling dependencies, configurations, and permissions automatically, ensuring a smooth installation experience for developers using Spaces in their projects.
August 20, 2026
spaces checkout run
Version updated for https://github.com/work-spaces/spaces-checkout-run to version v0.21.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 the checkout and execution of a workspace using the spaces CLI, which is useful for managing multiple development environments within a project. It simplifies the setup process by handling the installation and configuration of the CLI, allowing users to focus on running their workspaces directly from their workflows.
August 20, 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, enabling companies to ensure their code meets WCAG standards. By defining audiences and percentage requirements, it helps companies focus on specific user groups and improves product accessibility without the need for external tools. The action uses AI for abstract guideline analysis, providing feedback to developers if their code does not meet accessibility standards.
August 20, 2026
kramlipi CI Repair
Version updated for https://github.com/kramlipi/code-agent-action to version v0.1.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 The kramlipi CI Repair GitHub Action automates Continuous Integration (CI) and Code Review processes by using a combination of automatic testing, inline reviews, and test selection based on pull request diffs. It helps developers catch issues early in the development cycle, reduce PR review backlog, and optimize test execution for small changes.
August 20, 2026
AI Commit Review
Version updated for https://github.com/leek/ai-commit-review to version v1.3.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 This GitHub Action reviews a single commit with Claude, GPT, Agy (Gemini), and Grok to identify issues. It deduplicates findings, files them as a GitHub Issue, and optionally opens a draft PR with high-confidence fixes that multiple models agree on. The action is triggered by pushes to a branch, enumerates SHAs, and runs one job per commit in a matrix strategy to ensure independent reviews even if some fail.