August 4, 2026
Go Git Commit Action
Version updated for https://github.com/somaz94/go-git-commit-action to version v1.8.1.
This action is used across all versions by 18 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Go Git Commit Action automates git commit, push, tag, and pull request operations, written in Go for better performance and reliability. It solves common automation needs by providing a simple interface to manage commits, tags, and PRs from GitHub Actions workflows.
August 4, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
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 replaces environment variables in a specified configuration file with their actual values from your GitHub Actions workflow. It automates the process of substituting environment variables into configuration files, making it easier to manage sensitive information securely within workflows.
August 4, 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 update assignment results. It automates the process of sending task grades directly to a specified Google Sheet, making it easy to track and view performance data in one centralized location. The action requires API credentials for Google Sheets and is designed to work with specific secrets in your organization’s GitHub settings.
August 4, 2026
xilo-nix-cache
Version updated for https://github.com/stubbedev/xilo to version v1.0.12.
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 xilo action is a self-hosted Nix binary cache that uses pure-Go SQLite to store and serve binaries efficiently. It features:
Never stalls on concurrent pushes due to a single writer goroutine. Multi-tenant support with personal accounts, organizations, and optional self-registration offers. A cachix-style admin dashboard for managing caches, tokens, users, and accounts. Instant token revocation and content-addressed chunked deduplication (FastCDC). Support for storing chunks on local disk or any S3-compatible bucket. Scalability through PostgreSQL as a backend storage system. What’s Changed Full Changelog: https://github.com/stubbedev/xilo/compare/v1...v1.0.12
August 4, 2026
Sigbound
Version updated for https://github.com/surya-koritala/sigbound to version v2.3.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 Sigbound is a GitHub Action that automates the process of merging code from multiple AI coding agents in parallel by handling conflicts automatically using a model. It combines non-conflicting changes efficiently, resolves overlaps with a model, verifies every merge on build and test commands, and ensures only verified merges land. The action supports custom models for planning, agent execution, conflict resolution, and repair, running on top of plain git and working across any host without replacing existing tools.
August 4, 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 installs necessary dependencies, builds the project for specified platforms and architectures, and optionally uploads the results to GitHub or a release on tag. The action supports various configurations for build settings, node.js, pnpm, and Deno, making it versatile for different Wails projects.
August 4, 2026
Vale Linter
Version updated for https://github.com/vale-cli/vale-action to version v3.0.0.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 4,052 repositories.
Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of running Vale, a tool for static code analysis, in pull requests. It solves problems related to managing and executing Vale across various repositories by providing an official action that simplifies installation, management, and execution with ease. The key capabilities include:
August 4, 2026
Legion Runner
Version updated for https://github.com/Wraith-security/Legion_runner to version v1.0.55.
This action is used across all versions by 8 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Legion Runner is an open-source action designed to protect GitHub Actions jobs against supply chain attacks by monitoring and blocking outbound connections based on predefined allowlists. It records process names, fingerprints credentials and configuration files, and runs without dependencies or sending data to external services. The Action can be integrated as the first step of a job and provides modes for logging and blocking outbound traffic.
August 4, 2026
Vibe-Guard-AICoding
Version updated for https://github.com/YUTAKONDO1205/VibeGuard to version v0.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 VibeGuard is a security scanner designed to detect bugs in AI-generated code that can go unnoticed during development. It provides inline diagnostics while writing code in VS Code, real-time scanning of web pages using the Chrome extension, and automated analysis before merging pull requests via CLI and GitHub Action. The tool ensures consistency across different tools and environments by running the same analysis engine.
August 3, 2026
Go Proxy Cache Updater
Version updated for https://github.com/nicholas-fedor/go-proxy-pull-action to version v1.1.37.
This action is used across all versions by 10 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 specified Go proxy cache when new tags are created that match semantic version patterns. It supports both standard and submodule version tags and allows custom configuration of the proxy, import path, and Go version. The action automates the process of pulling the latest module versions to ensure quick availability on platforms like pkg.go.dev.