August 17, 2026
greenbump
Version updated for https://github.com/shidesheng0218/greenbump to version v0.5.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 greenbump is a dependency upgrade tool that automatically fixes breaking changes in code when upgrading dependencies. It uses an AI agent to repair errors, looping until the build and tests pass. Key features include AI-powered code fixing, multi-layer verification, sandbox isolation, multi-ecosystem support, and safe by default practices.
August 17, 2026
agent-trace eval
Version updated for https://github.com/Siddhant-K-code/agent-trace to version v0.93.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 agent-trace action captures and records AI agent sessions, providing detailed information about what files were read, tool calls made, changes and failures during execution. It enables replaying these sessions later, facilitating inspection of the agent’s behavior and debugging issues after a pull request is merged. The action supports exporting data to various observability platforms like Datadog, Honeycomb, New Relic, or Splunk for monitoring purposes and includes features to set rules to control the agent’s execution, such as cost limits and file access restrictions.
August 17, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.33.2.
This action is used across all versions by 2 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Smyklot is a GitHub App that automates pull request approvals and merges by validating permissions against the repository’s CODEOWNERS file. It supports multiple command formats, including slash commands, mentions, and bare commands, and allows for flexible configuration via TOML files or environment variables. The app ensures only repository owners can approve or merge PRs, providing a streamlined workflow for managing pull requests based on ownership.
August 17, 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 The deploy-swarm-service GitHub Action automates the deployment of a Docker Swarm service by bundling the application and committing the necessary files to version control. It ensures that the environment is set up correctly before pushing changes, addressing potential build issues during deployment.
August 17, 2026
SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.41.
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 SSG is a fast static site generator written in Go that converts Markdown with YAML frontmatter into a complete website. It automates tasks such as content building, template rendering, SEO metadata, and deployment to various platforms like GitHub Pages, Netlify, Vercel, and Cloudflare Pages. The action provides an easy way to generate static websites using Markdown and YAML files, with options for custom themes, templates, and deployment services.
August 17, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0.
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 integrates GitHub Classroom with Google Sheets to automatically send assignment results. It automates the process of updating a Google Sheet with student grades as they are submitted through GitHub Classroom, providing a centralized location for tracking student progress. The action is customizable by specifying task names and can handle multiple tasks in parallel.
August 17, 2026
Roas OpenAPI Action
Version updated for https://github.com/sv-tools/roas-action to version v0.10.0.
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, sv-tools/roas-action, is a Docker-based tool that integrates the official roas image to validate and convert OpenAPI specifications (Swagger 2.0, OpenAPI 3.x), overlay documents, and AsyncAPI documents. It supports various subcommands for validation, conversion, and overlay application. The action can handle loading $ref files, skipping checks, and applying overlays in a specified order.
August 17, 2026
model-eol check
Version updated for https://github.com/thossullivan/model-eol to version v0.2.4.
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 model-eol GitHub Action provides a machine-readable deprecation feed format for AI models along with the necessary tools to automate tasks related to model retirement, such as CI gate checks, Dependabot PRs, inventory creation, and migration plans. It helps manage dependencies more efficiently by providing clear lifecycle information for AI models and integrates seamlessly with existing software ecosystems like npm and GitHub Actions.
August 17, 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 using GoLang and NodeJS. It builds a specified platform binary, optionally obfuscates it with Garble, and uploads the results to GitHub or releases on tagged builds. The action supports various configurations for different build options such as platform, caching, and packaging decisions.
August 17, 2026
Install bashunit
Version updated for https://github.com/TypedDevs/bashunit to version 0.49.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 testing Bash scripts using the bashunit framework, which provides a simple and fast way to write tests. It includes various assertions and features such as spies, mocks, data providers, snapshots, and more, making it easy to test complex Bash scripts efficiently.