August 25, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.48.4.
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 based on the repository’s CODEOWNERS file. It allows users to approve or merge PRs via slash commands, mentions, or bare commands, with options to choose between squash or rebase merges. The app also provides reaction-based approval and cleanup features for smoother collaboration workflows.
August 25, 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 placeholders in a configuration file with corresponding environment variables. It automates the process of managing sensitive data by ensuring that environment variables are securely stored and used within configuration files, without exposing sensitive information. This is particularly useful for deployment environments where it’s important to keep sensitive settings out of source control.
August 25, 2026
SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.51.
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 content with YAML frontmatter into a complete website. It supports built-in themes, template engines, and various deployment options, including GitHub Pages, Cloudflare Pages, and Vercel. SSG is particularly useful for blogs, documentation sites, and other types of websites.
August 25, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0marketplace.
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 Google Sheets with GitHub Classroom to automatically update assignment results. It requires setting up Google Cloud credentials and shares the sheet with a service account email. The workflow step updates the specified sheet in the format of github_id, task results, and student names. Users can configure this action for different tasks by specifying their IDs in the workflow YAML.
August 25, 2026
Sudden Agent
Version updated for https://github.com/sudden-network/agent to version v1.15.0.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Sudden Agent action enables programmable automation across multiple workflows using custom prompts. It supports various tasks such as code review, issue triage, manual dispatch, security audits, and more by running agents on GitHub Workflows. Sessions persist per issue and pull request, allowing iterative work practices. The action provides inputs for agent selection, API keys, authentication methods, and model customization, with session persistence requiring read permission to download artifacts.
August 25, 2026
Agent Vigil
Version updated for https://github.com/sulmusic2-star/agent-vigil to version v0.19.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 GitHub Action automates the process of requiring evidence before merging changes to a repository, ensuring that only valid and signed code changes are allowed. It uses a lifecycle receipt system to verify pull requests without opening them or installing Actions, focusing on checking an exact code change against task, policy, tests, and tool actions behind it. The action supports various features such as public PR receipts, trusted base policies, semantic expansions and contractions, and proof-comment generation for deterministic pull-request comments.
August 25, 2026
auto-generate-release-note
Version updated for https://github.com/TakuKobayashi/auto-generate-release-note to version v2.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 uses an Ollama model to generate release notes from Git history and diffs, creating or updating a GitHub Release automatically. It supports multiple languages and bilingual output, excluding non-source files, and falls back to deterministic notes if inference fails. The action is triggered on tag pushes, requiring write permissions for content creation.
August 25, 2026
Delivery Autopilot Runner
Version updated for https://github.com/Tekunda/autopilot-runner to version v1.0.40.
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 GitHub Action Delivery Autopilot Runner automates the integration of Delivery Autopilot, a hosted service that uses AI to plan, build, check, and self-heal pull requests. It requires an active subscription from Tekunda, which triggers the action when a ticket is assigned to it. The action checks out the repository on GitHub’s runners, runs AI-generated code, performs quality checks, opens a pull request, and reports status back to Delivery Autopilot. It does not send any source code to Tekunda’s servers but uses the chosen model provider (Anthropic or OpenAI) directly for code generation and quality checking. The action is configured using either a GitHub App or by adding a workflow to the repository.
August 25, 2026
SlopLock
Version updated for https://github.com/theinfosecguy/sloplock to version v2.0.0.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary SlopLock is a GitHub Action that checks package names before they are installed or merged, ensuring the packages exist and are not too new. It identifies AI-hallucinated, nonexistent, and too-new dependencies by asking eight public registries if they exist and have sufficient history to trust them. The tool posts comments on pull requests with details about the findings and helps maintain a secure dependency ecosystem.
August 25, 2026
Extract Changelog Release Notes
Version updated for https://github.com/theory/changelog-version-notes-action to version v0.1.4.
This action is used across all versions by 16 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action extracts release notes from a CHANGELOG.md file based on a specified version. It automates the process of generating concise release notes for a given tag, which can be particularly useful for creating GitHub releases. The action uses a Perl script to search for version headers and extract subsequent changes until the next version header is encountered.