August 16, 2026
NeuroLink AI
Version updated for https://github.com/juspay/neurolink to version v11.0.0.
This action is used across all versions by 10 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary NeuroLink is a universal AI integration platform that unifies 30+ AI providers and 100+ models under one consistent API. It provides a practical, TypeScript-first way to integrate AI into any application, offering features like single provider switching, built-in tools, enterprise-level features, and intelligent routing. NeuroLink also supports new avatar and music modalities with 12 providers.
August 16, 2026
Setup Fortran Compilers
Version updated for https://github.com/minhqdao/setup-fortran to version v1.9.3.
This action is used across all versions by 4 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary minhqdao/setup-fortran is a GitHub Action that automates the setup and testing of Fortran projects across multiple compilers, versions, architectures, and operating systems. It provides reproducible toolchains for GNU, Intel, LLVM, NVIDIA, AMD, Arm, and LFortran on Linux, macOS, and Windows. The action supports various inputs to configure compiler choices, versions, and additional settings like MSYS2 subsystem and disk cleanup for nvfortran.
August 16, 2026
Upload to Nexus Mods
Version updated for https://github.com/Nexus-Mods/upload-action to version v1.0.0-beta.9.
This action is used across all versions by 81 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of uploading a new version of a file to NexusMods using their v3 API. It solves the problem of manually managing the upload process through a CI/CD workflow, providing features such as specifying various attributes like display name, description, and category for the uploaded file.
August 16, 2026
chainsec — dependency chain supply audit
Version updated for https://github.com/ocku/chainsec to version 0.6.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 chainsec is a dependency chain supply auditing tool that scans Python, JavaScript, and TypeScript projects for malicious code, bad practices, and security vulnerabilities. It uses Tree-sitter to parse source files statically and runs versioned queries against them to detect suspicious constructs like dynamic execution and network access. The tool is safe by default and does not install or execute package code, making it suitable for use as a CI component with documented exit codes.
August 16, 2026
PyAppify
Version updated for https://github.com/ok-oldking/pyappify-action to version v1.1.0.
This action is used across all versions by 8 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 PyAppify Action is an automated GitHub action that uses the PyAppify tool to compile and package Python applications into cross-platform, standalone executables directly within a workflow. It simplifies the process of building and distributing Python applications by automating the cloning of PyAppify, updating configuration files, building binaries with Tauri, and packaging them into zipped bundles for each profile defined in pyappify.yml. The action requires a pyappify.yml file and an optional icons directory for custom application icons.
August 16, 2026
Codex Reviewer
Version updated for https://github.com/p2achAI/codex-reviewer to version v2.1.0.
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 Summary: This GitHub Action automates the process of reviewing pull requests by leveraging AI-powered models like Claude and OpenAI to generate summaries, improve code quality, detect potential bugs, and provide feedback in multiple languages. It centralizes runner permissions and trigger policies through a reusable workflow, supports both single-agent and multilingual reviews, and integrates with ClickUp for spec compliance checks.
August 16, 2026
Web App Security Skill
Version updated for https://github.com/parousia8888/web-app-security-skill to version v0.5.3.
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 web application security audits by leveraging AI coding agents. It helps identify potential security vulnerabilities in local source files without requiring offensive-security expertise. The action reads project files locally, generates reports with explanations and evidence, and provides reviewable changes to enhance security and test the product’s normal behavior.
August 16, 2026
arreglador-imagenes-locales
Version updated for https://github.com/piruetasxyz/arreglador-imagenes-locales to version v0.1.0.
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 arreglador-imagenes-locales is a GitHub Action that detects images in markdown files that are not local to the repository, such as external URLs or uploaded images through drag-and-drop. Its purpose is to ensure offline accessibility by reporting and marking any non-local images so they can be uploaded to the repo and referenced with relative paths. The action does not download or fix anything but simply checks for and reports missing files.
August 16, 2026
ROE-Lint policy gate
Version updated for https://github.com/r00tmancer/roelint to version v0.1.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 ROE-Lint is a tool that converts an existing Rules of Engagement document into a local policy firewall to prevent out-of-scope commands before any security tool is executed. It provides features such as CIDR and domain scope checks, explicit human approval gates, and detection of unauthorized operations. The action supports importing ROE documents in various formats and outputs the policy in JSON and SARIF format for further analysis.
August 16, 2026
docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.20.
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 computes a deterministic SHA-256 hash for a Docker image build based on the Dockerfile content, build arguments, and files referenced by COPY/ADD instructions. It helps in cache-busting, change detection, and ensuring deterministic CI pipelines. The hash changes when the Dockerfile is modified or any file referenced in the build context is altered.