August 21, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v0.0.0-alpha.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action prints a greeting message, either “Hello World” or “Hello [name]”, to the log. It automates the process of sending personalized greetings and provides a simple way to configure who is being greeted.
August 21, 2026
rung gate
Version updated for https://github.com/rung-dev/rung to version v0.6.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 rung is an AI verification tool that captures and records the execution of a change, providing a concrete record of what was done. It helps ensure that agents can verify their work better by replacing claims with actual checks and provides deterministic gates to review results without relying on AI or external context. This allows for more reliable verification in production environments.
August 21, 2026
ESLint Config Check
Version updated for https://github.com/santi020k/eslint-config-basic to version @santi020k/eslint-config-basic@3.5.1.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action is an ESLint configuration package that provides a lean and flexible setup for JavaScript and TypeScript projects. It automatically detects the project’s environment and framework, offering opt-in features like testing, tools, and libraries. The action minimizes dependencies by keeping only necessary ones, making it easy to manage project sizes and improve security.
August 21, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/sipyourdrink-ltd/bernstein to version v3.17.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 Bernstein is a deterministic multi-agent CLI orchestration tool designed to help users manage complex agent-based systems. It automates the process of orchestrating multiple agents, ensuring consistent and reliable execution across different environments and configurations.
What’s Changed This release began as an arXiv preprint. The evaluation section kept turning into a bug report, so we shipped the bug report first.
August 21, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action reads environment variables and replaces placeholders within a specified configuration file. It automates the process of dynamically updating configuration files based on runtime values, ensuring that sensitive information is kept secure and easily updatable through environment variables.
August 21, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service by performing the following tasks before the push to a repository:
Running npm ci and npm run bundle commands on the build machine to ensure dependencies are installed and all necessary files are bundled. Committing the contents of the dist folder, which typically contains compiled or optimized artifacts for deployment. This ensures that when changes are pushed to the repository, the service is prepared for deployment without manual intervention.
August 21, 2026
runward gate
Version updated for https://github.com/stranxik/runward to version v0.36.1.
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 Runward is an open-source delivery methodology that verifies engineering decisions behind AI-written code by ensuring they are followed through plain code. It automates the process of checking whether the architecture, where things run, how it’s secured, and how it’s handed over were correctly made and written down. The action provides a deterministic gate that ensures the decisions are verified and determined, not replaced with an LLM’s suggestion.
August 21, 2026
MCP Tenant Isolation Scan
Version updated for https://github.com/subodhkc/mcp-tenant-isolation to version v2.0.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 action is a static analysis tool that scans multi-tenant software code to identify and flag potential issues related to tenant isolation. It checks various patterns across database queries, API routes, cache keys, file storage, schema design, logging, and MCP server architecture. The tool provides detailed findings with rule IDs, files, lines, missing guards, and remediation hints. The scan is deterministic and works with TypeScript, JavaScript, Prisma, Drizzle, raw SQL, Next.js, Express, and Fastify.
August 21, 2026
move-test-gen coverage check
Version updated for https://github.com/talongate/move-test-gen to version v1.5.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 generates edge-case test suites for Sui Move functions, covering various scenarios such as boundary values, arithmetic edges, access control issues, state machine errors, and economic challenges. It outputs a .move file targeted at sui move test, making it easy to verify the correctness of Move modules with generated tests.
August 21, 2026
Delivery Autopilot Runner
Version updated for https://github.com/Tekunda/autopilot-runner to version v1.0.13.
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 Delivery Autopilot Runner automates the development process by taking tickets from your tracker and orchestrating a CI pipeline that writes code, checks its quality, and opens a pull request. It ensures smooth collaboration between development and AI-driven tasks without sending sensitive information to Delivery Autopilot’s servers. Users can set up the action using either the GitHub App or by adding a custom workflow YAML file, providing necessary credentials for model access.